Description Usage Arguments Value Examples
Convenient helper function to extract the results (
normalized data, list of genes filtered out, or scale factors). Results
data.frames/matrices are stored in the
metadata
slot and can also be accessed without the help of this
convenience function by calling metadata(DataNorm)
.
1 |
DATA |
An object of class |
type |
A character variable specifying which output is desired,
with possible values "NormalizedData", "ScaleFactors", and "GenesFilteredOut".
By default results() will
return type="NormalizedData", which is the matrix of normalized counts from SCnorm.
By specifiying type="ScaleFactors" a matrix of scale factors (only returned if
reportSF=TRUE when running |
A data.frame
containing output as detailed in the
description of the type
input parameter
1 2 3 4 | data(ExampleSimSCData)
Conditions = rep(c(1), each= 90)
#NormData <- SCnorm(Data=ExampleSimSCData, Conditions=Conditions)
#normDataMatrix <- results(NormData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.