View source: R/Preprocessing.R
LogNormalizeUsingAlternateAssay | R Documentation |
LogNormalizeUsingAlternateAssay
LogNormalizeUsingAlternateAssay(
seuratObj,
assayToNormalize,
assayForLibrarySize = "RNA",
scale.factor = 10000,
maxLibrarySizeRatio = 0.01
)
seuratObj |
The seurat object |
assayToNormalize |
The name of the assay to normalize |
assayForLibrarySize |
The name of the assay from which to derive library sizes. This will be added to the library size of assayToNormalize. |
scale.factor |
A scale factor to be applied in normalization |
maxLibrarySizeRatio |
This normalization relies on the assumption that the library size of the assay being normalized in negligible relative to the assayForLibrarySize. To verify this holds true, the method will error if librarySize(assayToNormalize)/librarySize(assayForLibrarySize) exceeds this value |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.