Description Usage Arguments Value Author(s)
View source: R/DSAVEGenerateTemplate.R
Creates a template from an existing dataset and a gene list
1 2 3 4 5 6 7 8 | DSAVEGenerateTemplate(
ds,
genesToUse = NULL,
numCells = 2000,
numUMIs = 750,
fractionUpperOutliers = 0.025,
fractionLowerOutliers = 0.025
)
|
ds |
a dataset, numerical matrix with genes as row names |
genesToUse |
(optional) List of genes to filter on in the template; defaults to the genes in ds |
numCells |
(optional) Number of cells to include in the template. Defaults to 2000. |
numUMIs |
(optional) Average number of UMIs per cell to aim for in the template Defaults to 750. |
fractionUpperOutliers |
the fraction of upper outliers that should be discarded. Defaults to 0.025. |
fractionLowerOutliers |
the fraction of lower outliers that should be discarded. Defaults to 0.025. |
list<...>
Johan Gustafsson, <gustajo@chalmers.se>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.