You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am mapping a set of reads to two different references consisting of gene regions.
The same read maps in both genomes to the same gene, but with different AS and NM scores, even though the reference sequence is identical.
I suspect this is related to that the indices of the references are different, as not all genes are exactly identical.
Is there a way to resolve this? And get same mapping scores in the two alignments. Or is there better scores to look at than AS or NM to compare two alignments?
Thank you for your help! :)
Best,
Nadja
minimap2 \
-t 32 \
-a \
-u f \
-x splice \
--secondary=no \
-C 5 \
ref.fasta \
red.fq \
> sam
Hello,
I am mapping a set of reads to two different references consisting of gene regions.
The same read maps in both genomes to the same gene, but with different AS and NM scores, even though the reference sequence is identical.
I suspect this is related to that the indices of the references are different, as not all genes are exactly identical.
Is there a way to resolve this? And get same mapping scores in the two alignments. Or is there better scores to look at than AS or NM to compare two alignments?
Thank you for your help! :)
Best,
Nadja
i already tried --no-long-join
The text was updated successfully, but these errors were encountered: