Hello!
I've run STARsolo in practice with the neurons_900 (mouse) dataset from 10x, and I am able to get the correct amount of cells. Then I tried running on my real samples (Mouse), which are expected 5000 cells, I get ~148 cells, the assay is: Chromium 5’ Next GEM single cell kit from 10X with the targeting of 5000cells/sample (100cycle kit with an S1 flowcell (Novaseq) as suggested by 10X).
For STARsolo:
I built the genome index, using: Mus_musculus.GRCm39.112.gt & Mus.musculus.GRCm39.dna_sm.primary_assembly.fa I used whitelist: 737K-august-2016.txt
STAR --genomeDir ~/10x_Test_Data/ref --readFilesIn ~/10x_Test_Data/neurons_900_fastqs/neurons_900_S1_L001_R2_001.fastq ~/10x_Test_Data/neurons_900_fastqs/neurons_900_S1_L001_R1_001.fastq --soloType CB_UMI_Simple --soloCBwhitelist ~/10x_Test_Data/whitelist/737K-august-2016.txt --outFileNamePrefix ~/10x_Test_Data/output/ --outSAMprimaryFlag AllBestScore
This worked, but when I ran my real samples, I couldn't figure out which whitelist to use with this Chromium 5' Next GEM kit. So I tried different whitelists and tried no whitelist and I always get ~100-200 cells instead of the 5000. I don't know what I am doing wrong. I think it is the assay, so I was going to try using cellranger, but i would like to get StarSolo to work.
I tried running your code, and it didn't work sadly. I did run it with cellranger and i am getting 6008 cells, and the cell ranger output said in the autodetected chemistry : Single Cell 5' R2-only. I would like to get STAR to work, any thoughts on how to adjust the input?
Saying “it didn’t work” gives me no information… I can’t help you if all you say is it “didn’t work”. What’s the error message?