Closed
Description
Hi,
I have an example of alignment summary here:
Number of input reads | 10206806
Average input read length | 51
UNIQUE READS:
Uniquely mapped reads number | 8684221
Uniquely mapped reads % | 85.08%
Average mapped length | 50.55
Number of splices: Total | 1576957
Number of splices: Annotated (sjdb) | 1559346
Number of splices: GT/AG | 1561011
Number of splices: GC/AG | 12339
Number of splices: AT/AC | 1125
Number of splices: Non-canonical | 2482
Mismatch rate per base, % | 0.12%
Deletion rate per base | 0.00%
Deletion average length | 1.50
Insertion rate per base | 0.00%
Insertion average length | 1.30
MULTI-MAPPING READS:
Number of reads mapped to multiple loci | 1431443
% of reads mapped to multiple loci | 14.02%
Number of reads mapped to too many loci | 31409
% of reads mapped to too many loci | 0.31%
UNMAPPED READS:
% of reads unmapped: too many mismatches | 0.00%
% of reads unmapped: too short | 0.49%
% of reads unmapped: other | 0.09%
CHIMERIC READS:
Number of chimeric reads | 0
% of chimeric reads | 0.00%
But I get more uniquely aligned reads with Tophat2:
Reads: Input : 10206806 Mapped : 10058745 (98.5% of input) of these: 347302 ( 3.5%) have multiple alignments (2093 have >20) 98.5% overall read mapping rate.
My STAR parameters are pretty much default. Do you know how I could acquire more uniquely aligned reads with STAR?