sequence length distribution
how to check sequence length distribution of trimmed reads? (fasta). is there any tool to calculate it?
• 4,287 views
•
link
4 answers
BBMap/BBTools has a readlength.sh tool that you can you to make a readlength histogram of the reads after trimming.
• 0 views
•
link
A bit of an old tool but you can also use PRINSEQ. They also have a webversion, but never used it.
website: http://prinseq.sourceforge.net/
• 0 views
•
link
Try OSTRFPD: Multifunctional tool for genome-wide short tandem repeat analysis for DNA, transcripts and amino acid sequences with integrated primer designer link: https://github.com/vivekmathema/OSTRFPD
• 0 views
•
link
Log in to answer this question.
What have you tried so far?
why not run FastQC (again) on your cleaned reads? that report includes a length distribution plot.
EDIT. Oh, ok, you're asking it for fasta format as input, then FastQC might not be the answer, unless you still have the fastq files as well then use those as input