View source: R/preprocessing5.R
CalcDispersion | R Documentation |
Calculate dispersion of features
CalcDispersion(
object,
mean.function = FastExpMean,
dispersion.function = FastLogVMR,
num.bin = 20,
binning.method = "equal_width",
verbose = TRUE,
...
)
object |
Data matrix |
mean.function |
Function to calculate mean |
dispersion.function |
Function to calculate dispersion |
num.bin |
Number of bins to use |
binning.method |
Method to use for binning. Options are 'equal_width' or 'equal_frequency' |
verbose |
Display progress |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.