data normalization for both RNA and ADT data a key step for pre-processing. Call seurat function
1 2 3 4 5 6 | dataNormalization(
object = NULL,
scale.factor = 10000,
margin = 1,
verbose = TRUE
)
|
object |
Seurat object |
scale.factor |
Sets the scale factor for cell-level normalization. Default is 10000 |
margin |
If performing CLR normalization, normalize across features (1) or cells (2) |
verbose |
display progress bar for normalization procedure |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.