Hello,
I try to know the rate of mapping, overall error rate... of my sequences so I wanted to know a good mapping tool that gives me general statistics of mapping of my sequences.
Do you have any suggestions?
Thank you
Hello,
I try to know the rate of mapping, overall error rate... of my sequences so I wanted to know a good mapping tool that gives me general statistics of mapping of my sequences.
Do you have any suggestions?
Thank you
Try tophat2 ,Stringtie and all most tools will give you a summary of how many reads of total mapped onto genome.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Please specify which data you have (RNA-seq, DNA-seq, Illumina, Ion torrent, PacBio)...
PacBio and Nanopore Reads.
BWA for long reads I think is the best option.
Exactly, e.g.
bwa mem -x ont2d
.GraphMap is also a good alternative, but slow.