Bowtie2 For Whole Genome Sequence
1
0
Entering edit mode
12.4 years ago

I was wondering if anyone has run the BowTie2 for the whole genome sequencing data.

My data is paired-end (100-100 bp) and comes from whole genome sequencing. I am not sure at this stage if I should do end-to-end or local-alignment. Any idea anyone? Also, what should be the appropriate value if -M (maximum alignments that bowtie will look for) in order to get the best possible alignment for each read? The default is 3 which seems pretty low to me.

Thanks

bowtie2 genome • 3.8k views
ADD COMMENT
0
Entering edit mode
12.4 years ago
Lee Katz ★ 3.2k

You should trim low quality off the ends of your reads (and filter your reads too), followed by end-to-end alignment. Trimming should obviate any need for local alignment.

M should vary according to how repetitive your genome is. Do you expect the average read to hit against more than 3 places? How often does a 100-mer occur in your genome?

ADD COMMENT
0
Entering edit mode

Thanks, Lee. My data is from human genome.... I can calculate the occurrence of 100 bp read in the genome but the problem is the paired-end data. So I am not sure what value to choose for "M"?

ADD REPLY
0
Entering edit mode

Human genome... not my forte. Maybe someone else could explain what to choose for M in this situation.

ADD REPLY

Login before adding your answer.

Traffic: 1703 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