NanoString_Housekeeping_Normalization | R Documentation |
a normalization method that uses the housekeeping genes to generate size factors for normalization.
NanoString_Housekeeping_Normalization(
seuratObj,
assay = "RNA",
targetAssayName = "Housekeeping"
)
seuratObj |
The Seurat object that holds the data to be normalized. |
assay |
The assay holding the raw data - the counts slot will be assumed to hold raw data. |
targetAssayName |
The assay name that the normalized data should be stored in. |
Returns a Seurat object containing normalized counts stored in the counts slot of the "Housekeeping" assay.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.