Description Usage Arguments Value Author(s)
View source: R/DSAVEGetGeneVariation.R
Calculates the DSAVE gene-wise BTM variation metric.
1 2 3 4 5 6 7 | DSAVEGetGeneVariation(
data,
lb = 10,
iterations = 100,
maxNumCells = 2000,
silent = FALSE
)
|
data |
numeric matrix, the input dataset (cell population) |
lb |
(optional) TPM lower bound, genes below this will not be investigated. Defaults to 10 TPM/CPM. |
iterations |
(optional) The number of SNO datasets to generate. Recommended value is 100 if no p values are needed, 10,000 - 100,000 if p-values are of interest. Defaults to 100,000. |
maxNumCells |
(optional) ds is reduced to this number of cells if it contains more, to save computation time. Defaults to 2,000. |
silent |
(optional) If true, no progress bar is shown. Defaults to FALSE |
list(genes, logCVDifference, pVals, SNOVariances, SNOCountsPerGene)
Juan Inda, <inda@chalmers.se>, Johan Gustafsson, <gustajo@chalmers.se>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.