How to plot length distribution of contigs in the assembly?
Dear all,
Could anybody please let me know if there is a convenient way to plot distribution of contigs numbers vs. contig length?
Thanks
• 8,206 views
•
link
3 answers
Quast produces such plots and other useful assembly statistics as well. See also Quast Is A Convenient Tool For Assembly Evaluation.
• 0 views
•
link
use this Python script. Easy to use: python contigPlot.py fastaDir.
Where fastaDir is directory name containing genome files (extension .fasta)
• 1 views
•
link
Check out a shell wrapper in the link below which is based on seqkit that I wrote couple of weeks ago
C: SeqKit: a cross-platform and ultrafast toolkit for FASTA/Q file manipulation in
• 1 views
•
link
Log in to answer this question.