view Bowtie2 alignment results
1
2
Entering edit mode
5.8 years ago
lkianmehr ▴ 100

Does anybody know that how do I to get the results of Bowtie2 after alignment? is it possible?

Bowtie alignment results • 3.8k views
ADD COMMENT
1
Entering edit mode

I am not sure what you're asking here. Please explain in more detail what you did and what you are trying to achieve. Which code you use, etc. Results of alignments are usually put in a BAM file, but your question is too vague to really know what you are asking. A BAM file can be viewed in IGV.

ADD REPLY
0
Entering edit mode

I did the alignment of reads parallel on the server but I don't have their results summary, so I need to see it, what should I do

ADD REPLY
0
Entering edit mode

If by results you mean the alignment in SAM format, you have either to redirect bowtie2 command to a file (bowtie2 ... > output.sam), or use bowtie2 ... -S output.sam. By default, bowtie2 outputs to stdout.

ADD REPLY
2
Entering edit mode
5.8 years ago
GenoMax 141k

Do you have a file with the alignments? You can use Qualimap or samtools stats (to get just a text summary) of the alignment stats.

ADD COMMENT
0
Entering edit mode

I have a sam file, I did samtools stats but it didn't work for all sam files, is it needed to do anything before that? for example convert to bam, sort, index and then run samtools stats or not?

thanks in advance

ADD REPLY

Login before adding your answer.

Traffic: 1932 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6