Description Usage Arguments Value
Old R based implementation of ScaleData. Scales and centers the data
1 2 | ScaleDataR(object, genes.use = NULL, data.use = NULL, do.scale = TRUE,
do.center = TRUE, scale.max = 10)
|
object |
Seurat object |
genes.use |
Vector of gene names to scale/center. Default is all genes in object@data. |
data.use |
Can optionally pass a matrix of data to scale, default is object@data[genes.use,] |
do.scale |
Whether to scale the data. |
do.center |
Whether to center the data. |
scale.max |
Max value to accept for scaled data. The default is 10. Setting this can help reduce the effects of genes that are only expressed in a very small number of cells. |
Returns a seurat object with object@scale.data updated with scaled and/or centered data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.