This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Bowtie alignment of multiple fastq files

I have 5 fastq(single-end) files from 5 replicates of wild-type samples. I want to see the read alignment percentage between each fastq file. Is there a way I can do this using bowtie or any other short read alignment alignment tools? Thank you for your help in advance.

bowtie

The Log.final.out from STAR-Align might be useful.

between each fastq file

What exactly does between mean? If you have already done the alignments then you can use something like Qualimap (or simply samtools stats) to generate statistics for alignments. If you use bbmap.sh for alignments then it will generate detailed alignments stats for each run by default.

0 answers

No answers yet.

Log in to answer this question.