Description Usage Arguments Value
View source: R/findInformSet.R
The function feature selects the compartment specific genes from the reference expression matrix
1 2 3 4 5 6 7 | findInformSet(
yref,
method = c("variance", "linearity"),
n_genes = 1000,
n.types = NULL,
scree = "cumvar"
)
|
yref |
matrix, numeric expression matrix |
method |
character, variance/linearity for TOAST or LINSEED |
n_genes |
integer, number of CTS genes needed |
n.types |
integer, number of compartments |
scree |
character, method to estimate n.types |
numeric matrix of n_genes CTS genes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.