10x scRNAseq from just R1 and R2
2
0
Entering edit mode
16 months ago
ntsopoul ▴ 60

Hi,

we performed 10x library prep for scRNAseq analysis. I received from our facility the already de-multiplexed fastq files (Read1 and Read2) via bcl2fastq. However, no index file is included since they do not have cellranger installed. Is it possible to get to the count matrix just with the read1 and read2? How do I do this? I tried to feed the data into cellranger but with no success.

Thanks!

scRNA alignment 10x • 1.6k views
ADD COMMENT
0
Entering edit mode

Index files are optional in certain types of count situations (see https://support.10xgenomics.com/single-cell-gene-expression/software/pipelines/latest/using/fastq-input ). Is this 3' gene expression data or something else?

ADD REPLY
0
Entering edit mode

thanks, it is indeed 3' gene expression. How would you recommend I proceed?

ADD REPLY
0
Entering edit mode

What was the cellranger command that you tried for counting?

ADD REPLY
2
Entering edit mode
16 months ago
Ming Tommy Tang ★ 3.9k

The I1 index fastq is optional. see my post https://divingintogeneticsandgenomics.rbind.io/post/understand-10x-scrnaseq-and-scatac-fastqs/

you can use https://salmon.readthedocs.io/en/latest/alevin.html

salmon alevin -l ISR -1 cb.fastq.gz -2 reads.fastq.gz --chromium -i salmon_index_directory -p 10 -o alevin_output --tgMap txp2gene.tsv

or kb_python https://www.kallistobus.tools/kb_usage/kb_usage/

ADD COMMENT

Login before adding your answer.

Traffic: 1366 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6