Bioconductor with RPKM counts or Raw counts
1
0
Entering edit mode
kushshah ▴ 10
@kushshah-20393
Last seen 20 months ago
University of North Carolina, Chapel Hi…

I am performing a scRNA-seq analysis, and will be using the SingleCellExperiment library of Bioconductor to do so. The data for the project comes in both raw and log2(RPKM) formats. Is there a preferable format to use as the input for a SingleCellExperiment object? Does this object work well with RPKM input counts, or is it more advisable to just input raw reads and perform all basic normalization/QC starting from the raw reads? I would really appreciate any advice on this as I am new to Bioconductor and scRNA-seq analysis in general.

singlecellexperiment rpkm normalization qc • 1.3k views
ADD COMMENT
2
Entering edit mode
Aaron Lun ★ 28k
@alun
Last seen 6 hours ago
The city by the bay

I am performing a scRNA-seq analysis, and will be using the SingleCellExperiment library of Bioconductor to do so.

SingleCellExperiment doesn't do any analysis, it's just a data structure for single-cell data. If you want to do analysis, you should read the relevant workflows.

The data for the project comes in both raw and log2(RPKM) formats

What does "raw" mean? Raw counts?

Does this object work well with RPKM input counts

RPKMs are not counts.

or is it more advisable to just input raw reads and perform all basic normalization/QC starting from the raw reads?

Well, you'll need to align the reads first to get counts.

I would really appreciate any advice on this as I am new to Bioconductor and scRNA-seq analysis in general.

Don't use RPKMs for anything - except, perhaps, making plots of expression values.

ADD COMMENT

Login before adding your answer.

Traffic: 1064 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