View source: R/SingleCellRNASeq.R
runNNMF | R Documentation |
NNMF analysis
runNNMF(
object,
k = 30,
use.regressout.data = T,
use.scanorama.integrative.matrix = F,
n.threads = 4,
max.iter = 1000,
rel.tol = 1e-05
)
object |
The SingCellaR object. |
use.regressout.data |
is logical, if TRUE, NNMF uses the regressout data. If FALSE, NNMF uses the normalized data without removing any umwanted source of variations. |
use.scanorama.integrative.matrix |
is logical, if TRUE scannorama integrative matrix will be used. |
n.threads |
The number of threads for running. Default 4 |
max.iter |
The number of NNMF interations. Default 1000 |
rel.tol |
The nnmf parameter. Default 1e-05 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.