Description Usage Arguments Value
The function runs TOAST iteratively with NMF to find compartment proportions and signatures
1 2 3 4 5 6 7 8 9 | csDeCompress(
Y_raw,
K,
nMarker = 1000,
FUN = nmfOut,
InitMarker = NULL,
TotalIter = 30,
bound_negative = FALSE
)
|
Y_raw |
matrix, numeric expression matrix |
K |
integer, number of cell-types |
nMarker |
integer, max number of genes for deconv, default 1000 |
FUN |
function, defaults to nmfOut |
InitMarker |
vector, initial marker vector smaller than nrow of Y_raw |
bound_negative |
logical, T/F to bound negative params at 0 |
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.