Description Usage Arguments Value Examples
Calculates and stores the normalized counts
1  | storeNormalized(object, memory.save = TRUE)
 | 
memory.save | 
 enables a series of tricks to reduce RAM memory usage. Aware of one case (in linux) in which this option causes irreversible error.  | 
sce | 
 object of the SingleCellExperiment class.  | 
object of the SingleCellExperiment class with normalized counts saved inside (in the virtual memory)
1  | sce=storeNormalized(sce)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.