optimalBinSize | R Documentation |
Identify optimal bin size for AddModuleScore() function
optimalBinSize(object, pool = NULL, nbin = 24, seed = 1023, verbose = T)
object |
Seurat object |
pool |
List of features to check expression levels against. Defaults to rownames(x = object). |
seed |
See a random seed. If NULL, seed is not set. |
nbinNumber |
of bins of aggregate expression levels for all analyzed features. Initial value to begin with looking for optimal bin. |
Nicholas Mikolajewicz
optimal.nbin <- optimalBinSize(object = so.query)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.