This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to analyze mars-seq single end-read scRNAseq data?

I am new to cellranger and mapping. I want to analyze a SRR2319344 scRNA-seq data which only has single-end read. But cellranger count requires paired end reads (R1 R2). May I ask how to analyze this SRA data? Thanks

enter image description here

cellranger single-end scrnaseq

1 answer

CellRanger is specific to the 10x Chromium technologies. You cannot use it here. Do you really need to process the data from scratch? This dataset (Paul et al) is included in the Bioconductor package scRNAseq. You can download the count tables via scRNAseq::PaulHSCData(). I used this dataset via this package for my own work before, it is fine.

See for more info: https://bioconductor.org/packages/release/data/experiment/vignettes/scRNAseq/inst/doc/scRNAseq.html

Log in to answer this question.