how to keep only the optimal solution in the multi-map read?
1
0
Entering edit mode
3.1 years ago

how to keep only the optimal solution in the multi-map read?

thanks for your reply.

alignment mapping • 771 views
ADD COMMENT
3
Entering edit mode
3.1 years ago
GenoMax 141k

optimal solution is vague statement but if you were mapping using bbmap.sh from BBMap suite then you get the following choices of how to treat multi-mapping reads.

ambiguous=best          (ambig) Set behavior on ambiguously-mapped reads (with
                        multiple top-scoring mapping locations).
                            best    (use the first best site)
                            toss    (consider unmapped)
                            random  (select one top-scoring site randomly)
                            all     (retain all top-scoring sites)

You can choose ambig=random to keep one of the top scoring hits.

If this is in reference to RNAseq datasets then using a program like salmon (LINK) will allow you to intelligently treat these multi-mapping reads to generate expression estimates.

ADD COMMENT
0
Entering edit mode

thanks for your reply!!!

ADD REPLY

Login before adding your answer.

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