getCounts {SCnorm} | R Documentation |
Convenient helper function to extract the normalized expression matrix from the SummarizedExperiment
getCounts(DATA)
DATA |
An object of class |
A matrix
which contains the count data
where genes are in rows and cells are in columns
data(ExampleSimSCData) ExampleData <- SummarizedExperiment::SummarizedExperiment(assays=list("Counts"=ExampleSimSCData)) myData <- getCounts(ExampleData)