![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
bbmap callvariants.sh multisample vcf format, wrong number of fields | Greg | Bioinformatics | 5 | 04-25-2018 01:00 AM |
wrong run parameters. How can I change it after 1 cycle? | stasi | Illumina/Solexa | 4 | 10-13-2014 01:32 AM |
Bowtie default parameters | ThePresident | Bioinformatics | 5 | 01-23-2014 08:49 AM |
Wrong of Tophat's bowtie parameters, a bug | chenyao | Bioinformatics | 3 | 08-23-2011 06:06 AM |
bfast default parameters | jy123 | Bioinformatics | 1 | 06-04-2011 09:42 PM |
![]() |
|
Thread Tools |
![]() |
#1 | |
Member
Location: Europe Join Date: Nov 2009
Posts: 21
|
![]()
I performed mapping for my RNA-seq data (150 bp reads) with BBMap, just the default parameters (the only special parameter set was low memory):
Code:
bbmap.sh ref=gencode.v29.transcripts.fa path=index_bb_lomem in=sampleA_1.fq.gz out=sampleA.bam overwrite=f usemodulo Quote:
CAGAAGTCAAGGAGTAATTTAGGAGTAATTTTGACTTTCAAGTCTTATTACTTAATAAATACATTTCATAAAGCTACAGCTGCCATAGATAGTGATTCCTCTGATGGATCTGGGCAAAGTCAATTGAAAACCTTCTGGAAAGGAGTCACC ..TGGA......************G.......C...C..............T..G.G...............G...CT.........G.........GT.....................CA.......................T..... It is clearly incorrect mapping: this read should be just assigned to unmapped. From 1414 reads assigned to my gene of interest (attached), 949 had editing distance of 21 and more (34 reads had distance of 40 and more, up to 357!), i.e. obviously didn't belong to that gene. It means that a lot of the counts I get with the default settings are totally wrong. I am wondering if this is normal result for the mapper and what parameters I need to adjust to avoid this issue - `minratio`, `minind`, or something else? |
|
![]() |
![]() |
![]() |
#2 |
Senior Member
Location: Germany Join Date: Oct 2008
Posts: 415
|
![]()
Bit late, but you could do this
nmtag=f Write NM tags. and then filter by NM = number of mismatches later. This might be easier: editfilter=-1 Ban alignments with more than this many edits. OR also idfilter=0 Independant of minid; sets exact minimum identity allowed for alignments to be printed. Range 0 to 1. (set to 0.95 ?) subfilter=-1 Ban alignments with more than this many substitutions. (set to 5 ?) |
![]() |
![]() |
![]() |
#3 |
Member
Location: Europe Join Date: Nov 2009
Posts: 21
|
![]()
Colin, thanks a lot for your input!
(Unfortunately for now I had to switch to STAR because it's hard to get help for BBmap questions while STAR's author is very responsive and helpful) |
![]() |
![]() |
![]() |
Tags |
bbmap |
Thread Tools | |
|
|