Description Usage Arguments Value
Run Normalization using Seurat pipeline
1 2 3 4 5 6 7 | runNormalization(
object,
sctransform,
logtransform,
tf.activity,
vars.to.regress
)
|
object |
A Seurat object |
sctransform |
If set, use SCTransform normalization |
logtransform |
Run the default log-normalization from Seurat |
tf.activity |
Run Seurat pipeline on TF activity |
vars.to.regress |
Variables to regress out in a second non-regularized linear regression. For example, percent.mito. Default is NULL |
A normalized Seurat Object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.