Description Usage Arguments Value
Select highly variable genes for SOUP clustering, using SPCA and/or DESCEND.
1 2 | selectGenes(expr, type = "count", SPCA = TRUE, DESCEND = TRUE,
n.cores = 1, threshold = 3, sumabs = 0.05, nPC = 3)
|
expr |
a cell-by-gene expression matrix, either the raw counts or log-transformed expressions. |
type |
"count" if |
SPCA |
boolean, whether to use SPCA or not. |
DESCEND |
boolean, whether to use DESCEND or not. |
n.cores |
the number of cores used for parallel computing of DESCEND. DESCEND can be slow so parallelization is highly recommended. |
threshold |
the threshold for Gini index of DESCEND. Higer threshold leads to fewer selected genes. |
sumabs |
a measurement of sparsity of genes in SPCA, between |
nPC |
the number of sparse singular vectors to use in SPCA. |
A list of gene names that are selected.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.