Giter Club home page Giter Club logo

alfsc_old's People

Contributors

martinjvickers avatar

Watchers

 avatar  avatar

alfsc_old's Issues

I need to skip bad reads

A bad read is one where there are Zero K-Mer's. This can occur for a couple of reasons but the symptom is that any Iupac characters other than an AGCT gets converted to an N. If the whole input contig does not contain AGCTs, then everything gets converted to an N and the you have various divide by zero errors. In order to deal with this I need to;

  • Check the number of returned counts.
  • I need to start storing the contig name along with the counts so that I no longer need to rely on the order of the users input files. This is especially important when skipping reads.
  • I need to tell the user that this is happening.

Don't create all of the kmers, just store the ones that are actually there.

This is very important for very large kmer sizes e.g. 4^9 isn't that unreasonable but is massive.

  • In order to do this, I need to reimplement all the calculations and distances to be okay with missing data, e.g. reverting to zero if there is no count from say a hashtable
  • The order also needs to be preserved for markov doesn't it?
  • If I can manage this, it will reduce the amount of memory used.

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.