Skip to content

Releases: KamilSJaron/smudgeplot

beta release

22 Sep 09:20
Compare
Choose a tag to compare

smudgeplots are right now

  • production ready (fingers crossed)
  • scaling for any genome size and read set (tested on a dataset of 1,000,000,000 kmers)
  • fully automated (tested on set of 25 obscure genomes)
  • equipped with rich set of warnings whenever the inference seems strange

pre-beta release

30 Aug 19:46
Compare
Choose a tag to compare
pre-beta release Pre-release
Pre-release

This is the first draft of automated smudgeplots - plots that reveal genome structure without any assumptions about assembly, mapping and base quality scores.

Right now we have:

  • non-optimized python script to extract kmer pairs
  • Rpackage and R scirpt to generate a smudgeplot out of the extracted kmers
  • a small R smiplet to guess L/U thresholds for kmer filtering

Everything should be operational, but it was not extensively tested