scRNA seq analysis
Hi,
I’m trying to perform scRNA seq analysis using data downloaded from this link.
https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSM4952363
There are 3 filtered data files: matrix, barcodes and features.
The first step in the workflow I’m following is data loading which I have attached and the code is below.
library(TENxPBMCData)
all.sce <- list(
pbmc3k=TENxPBMCData('pbmc3k'),
pbmc4k=TENxPBMCData('pbmc4k'),
pbmc8k=TENxPBMCData('pbmc8k')
)
However, I don’t understand the first package they have loaded. Since my data does not contain counts from PBMC cells.
Does anyone know how I might read in the data while still following this pipeline?
• 1,236 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Start the OSCA tutorials from the beginning, learn to read data and do the basic processing. It's all in there. Don't start with the multi-sample advanced section.
Ok thankyou for this information. Do you know what the lines in this code below mean: