-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MQ now most commonly 250 #1
Comments
Hi Colin, Thank you for being interested in AlignerBoost. The main difference before The "MAX_MAPQ" values are required for (nearly) uniquely mapped reads, So for a better comparison, you need to first compare the proportion of <60 Best On Thu, Oct 13, 2016 at 9:46 AM, colindaven [email protected]
Qi Zheng, Ph.D. |
Hi Collin, Forgot to mention another problem. AlignerBoost doesn't help (at all) for Best On Thu, Oct 13, 2016 at 10:12 AM, Zheng Qi [email protected] wrote:
Qi Zheng, Ph.D. |
Thanks for the very clear help and notes. Ok, bwa mem would have been my main use case, but bowtie2 is important too, i.e. for single ended reads and maybe short reads like miRNA. Another important use case would be RNA-seq (mainly Paired end) mapping with STAR. In my experience RNA-seq mappers don't do a good job with the admittedly very complex job of assigning MQ to read (fragments). Do you have any comment on RNA-seq correction ? Thanks, |
Hi Colin, You are absolutely correct that current RNA-seq aligners don't do as good
Basically you can get > 99% precision and > 98% sensitivity if you set your Best On Fri, Oct 14, 2016 at 7:41 AM, colindaven [email protected]
Qi Zheng, Ph.D. |
Hi,
thanks for an interesting approach.
I tried this on a normal BAM which I had aligned with BWA.
I ran alignerboost with
java -Xmx50g -jar ~/NAS01/programs/AlignerBoost/AlignerBoost.jar run filterPE -in xx_R1_s.bam -out xx_R1_s_alignerboost.bam --sort-method coordinate -v
@RG ID:xx_R1 SM:xx_R1.stuff @PG ID:bwa PN:bwa VN:0.7.15-r1142-dirty SM:xx_R1.stuff /home/bioinformatics/NAS01/bioinformatics/seqres/ZR/bwa0X/SBKv7.fasta xx_R1.fastq.gz xx_R2.fastq.gz CL:bwa mem -t 16 -M -R @RG @PG ID:AlignerBoost PN:AlignerBoost VN:v1.6.2 CL:-in xx_R1_s.bam -out xx_R1_s_alignerboost.bam --sort-method coordinate -v
On assessing with qualimap, I found the original BAM had an average MQ of ~46, and the AlignerBoost bam had an average MQ of 246. Most Alignerboost MQs are now 250 as far as I have looked.
Can you please explain this, is this behaviour expected, and are users expected to filter BAMs by custom AlignerBoost BAM tags ? Why not just correct the MQ directly ?
Thanks,
Colin
The text was updated successfully, but these errors were encountered: