Q3_Normalization | R Documentation |
a normalization method that uses the 75th percentile to find size factors for data normalization.
Q3_Normalization(seuratObj, assay = "RNA", targetAssayName = "Q3")
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 Q3 assay.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.