Git Product home page Git Product logo

transcov's People

Contributors

hogfeldt avatar

Stargazers

 avatar

Watchers

 avatar  avatar

transcov's Issues

Add generation for fragstart-length tensor

The new generation type will for each region create a matrix where columns are bp-pairs in the region and rows are fragment length. The matrices should be concatenated into a tensor

Add automated tests

Right now testing is being done manually by running the gwf workflow on a cluster this cost a lot of time and computing resources.
It would be nice if we had automated tests to make sure that stuff don't break, when new features are added. Especially because I'm relying on this code in a project.
The big problem here is that a real bam file is huge and testing will take hours, so it could be nice if some small toy bam could be created. This could also make the matrices small enough to fit in ram on an ordinary machine and make it possible to use a CI tool like Travis.

Let generator take a bed file instead of the custom tss file

Since there have been some interest in using this tool for more than just looking at TSS, it would be nice if the generator could take a bed file as input, by doing this the preprocesser can avoided with a handcrafted bed file.
A bed file will also have the benefit that it simplifies the code because it defines stable end points.

gwf workflow example

Create a gwf workflow example, that shows how to run this on many bam-files in parallel

Add cut tails manipulations

Add manipulation for cutting tails of the coverage distribution.
It would also be nice if to add a script for plotting the coverage distribution.

Add logging and verbose mode

It would be nice if we had logging. So that for example if collapse was called with no or only one argument it would notify the user through logging.

Generalize the way bam files are handled

Right now bam files should have overlapping read pairs merged into single reads, to be able to handle short fragments. This special handling of bam files should eventually be replaced with a handling that checks for overlaps and identify the correct start and end point.

Write introduction

Write about the motivation for making this module and the overall idea on how the workflow works and how data is structured and flows

  • Motivation

  • Workflow and Data structure

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.