scran/scater Normalized matrix
1
1
Entering edit mode
Radek ▴ 90
@radek-8889
Last seen 5.3 years ago
Belgium

Hi!

I have a SingleCellExperiment Object. I used the following code to normalise my data:

sce <- scran::computeSpikeFactors(sce, general.use = FALSE)
scater::normalise(sce)

I would like to retrieve the normalised matrix of count afterwards but could not find a proper way to do it. Can someone tell me where is it stored in this object ? 

Thank you in advance!

scran scater normalized counts • 1.1k views
ADD COMMENT
0
Entering edit mode
Aaron Lun ★ 28k
@alun
Last seen 8 hours ago
The city by the bay

If you set return_log=FALSE in normalize, the "normalized counts" are available with normcounts(sce). Otherwise they're log-transformed and reported in logcounts(sce).

ADD COMMENT
0
Entering edit mode

Thank you ! 

 

 

ADD REPLY

Login before adding your answer.

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