Description Usage Arguments Value
The function finds cell-type gene signatures and does deconvolution using the TOAST framework with NMF
1 2 3 4 5 6 7 8 | iterateSigs(
yref,
n.types = NULL,
n.markers = 1000,
n.iter = 30,
scree = c("drop", "cumvar", "residual"),
logTransform = F
)
|
yref |
matrix, numeric expression matrix |
n.types |
integer, number of cell-types |
scree |
character, method to estimate n.types if n.types is NULL |
iters |
numeric, number of interations |
pval |
numeric, p-value cutoff |
log |
logical, T/F if yref is in log-scale |
list with cell-type proportions and expression profiles
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.