Giter Club home page Giter Club logo

kast's People

Contributors

martinjvickers avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

emmadebayos

kast's Issues

Issue with markov order

With m=1, d2s, d2star (and d2) all give the exact same as Martins python code.

With m=2, the numbers diverge. D2s is a smaller divergence, but with d2star we get a negative number which should never happen.

App tests AminoAcid

Create some known file output tests to use for complete unit tests.

  • d2
  • kmer
  • manhattan
  • chebyshev
  • d2s
  • d2star
  • bray curtis distance
  • normalised google distance
  • dai
  • hao

App tests for DNA5

Create some known file output tests to use for complete unit tests.

  • d2
  • kmer
  • manhattan
  • chebyshev
  • d2s
  • d2star
  • bray curtis distance
  • normalised google distance
  • dai
  • hao

Improve PW speed

Use RAM to store pairwise comparisons. (TBH, why would you want to do a PW comparison on something THAT big, and if it is that big and you do it on disk, then it would take forever despite using no RAM).

The main thing to do here is ensure we check the amount of RAM FIRST and then fail fast with a warning.

Deal with UI

e.g. making it so that the correct options are available to user with the correct data. So now we've included protein data as an input (which I think is great) I do think we need to decide which options (e.g. reverse compliment, distance measures, kmer sizes etc) are available to the user. E.g. I could easily auto detect if we have nucleotide or protein data and then give a warning about the options for example.

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.