Description Usage Arguments Value
Select highly variable genes for clustering using DESCEND.
1 | DESCENDselect(counts, n.cores = 1, threshold = 3)
|
counts |
the cell-by-gene expression counts. Note that DESCEND uses a Poisson model, so the count data should be provided. |
n.cores |
the number of cores used for parallel computing. DESCEND can be slow so parallelization is highly recommended. |
threshold |
(optional) the threshold for Gini index, default is 3. Higer threshold leads to fewer selected genes. |
A list containing
the names of selected genes, ordered by decreasing scores.
a score matrix containing the Gini scores of all genes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.