Description Usage Arguments Value Examples
Convenient helper function to extract the normalized expression matrix from the SummarizedExperiment
1 | getCounts(DATA)
|
DATA |
An object of class |
A matrix
which contains the count data
where genes are in rows and cells are in columns
1 2 3 | data(ExampleSimSCData)
ExampleData <- SummarizedExperiment::SummarizedExperiment(assays=list("Counts"=ExampleSimSCData))
myData <- getCounts(ExampleData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.