What is default paprameter of BWA mem mapping
2
0
Entering edit mode
7.3 years ago
Bioinfonext ▴ 460

Please Discuss the default parameter setting of BWA mem.

I used bbmap and BWA mem with default setting to map raw reads to CDS transcripts and I found that BWA is able to map more number of reads in comparison to bbmap.

I know in bbmap default setting is 76% identity but not aware about BWA mem.

Thanks

RNA-Seq • 7.8k views
ADD COMMENT
1
Entering edit mode

By default, BWA produces multiple alignments per read, while BBMap does not unless you add the "ambig=all" flag. Be sure that you are counting correctly - the number of alignments produced is not the same as the number of reads that map. The difference is particularly large for transcriptome mapping because of all the duplication due to isoforms.

ADD REPLY
2
Entering edit mode
7.3 years ago
vmicrobio ▴ 290

Default seed is 19 bp, you can change it with '-k' option

bwa mem -k 30 reference.fasta file.fastq > alignment.sam

seed will be now 30 bp

ADD COMMENT
2
Entering edit mode
7.3 years ago
Jenez ▴ 540

I would take a guess and say that the default settings for each parameter can be found on the documentation page for bwa mem here.

See the values within [ ] for the default parameters.

ADD COMMENT

Login before adding your answer.

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