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
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
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
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.