Open piloter2 opened 5 years ago
Hi JayM,
could you please post the Solo.out/Gene.stats file?
Cheers Alex
Thanks,
Here is the Solo.out/Gene.stats.
Barcodes:
nNoAdapter 70455494
nNoUMI 1066
nNoCB 1890906
nNinCB 1732
nNinUMI 103288
nUMIhomopolymer 902136
nTooMany 119141
nNoMatch 383355624
nMismatchesInMultCB 1570438
Gene:
nUnmapped 1862
nNoFeature 3189
nAmbigFeature 138
nAmbigFeatureMultimap 105
nTooMany 0
nNoExactMatch 2013
nExactMatch 16
nMatch 1323
nCellBarcodes 33
nUMIs 451
Hi JayM,
It seems like the barcodes were not recognized. could you please send me the Log.out file, the barcode files, and ~1000 good (no Ns, better to cut them from the middle of the files) reads (read1 and read2).
Cheers Alex
Hi Alex, I'm sorry for late reply. I have just emailed you with the files. But.... Could you give me another email address?
Your message wasn't delivered to dobin@csh.edu because the domain csh.edu couldn't be found. Check for typos or unnecessary spaces and try again.
Hi JayM
it's dobin@cshl.edu
Thanks! Alex
Hi, alex. Thanks for developing the awesome tool, STAR. We're trying to execute STAR with our existing single cell RNA-seq. data based on In-Drop platform for better performance. As you mentioned previously, the STARsolo with version 2.7.2x_0723_soloComplexBarcodes was utilized with the parameters (https://github.com/alexdobin/STAR/issues/605) However, we found that the number of distinct detected barcodes was 33. The different aligner confirmed that its CBs were more than 2,000. I do know how to solve it. I'm attaching the final.out file as following.
Number of reads unmapped: too many mismatches | 0 % of reads unmapped: too many mismatches | 0.00% Number of reads unmapped: too short | 89585576 % of reads unmapped: too short | 19.54% Number of reads unmapped: other | 550349 % of reads unmapped: other | 0.12% CHIMERIC READS: Number of chimeric reads | 0 % of chimeric reads | 0.00%
Here are the outputs when running samtools flagstat XXX.bam that the STARsolo had made :
517168891 + 0 in total (QC-passed reads + QC-failed reads) 0 + 0 duplicates 426034856 + 0 mapped (82.38%:-nan%) 0 + 0 paired in sequencing 0 + 0 read1 0 + 0 read2 0 + 0 properly paired (-nan%:-nan%) 0 + 0 with itself and mate mapped 0 + 0 singletons (-nan%:-nan%) 0 + 0 with mate mapped to a different chr 0 + 0 with mate mapped to a different chr (mapQ>=5)
Many thanks, JayM