classifyCell.by.model | R Documentation |
classify cells using pre-trained model
classifyCell.by.model(
obj.list,
mod.rf,
assay.name = "exprs",
out.prefix = NULL,
adjB = NULL,
meta.info.tb = NULL,
pca.rotation = NULL,
pad.missing = F,
allZeroAsLow = F,
verbose = F,
ncores = 16,
...
)
obj.list |
object; named list of object of |
mod.rf |
object; pre-trained model used for prediction |
assay.name |
character; which assay (default: "exprs") |
out.prefix |
character; output prefix (default: NULL). |
adjB |
character; batch column of the colData(obj). (default: NULL) |
meta.info.tb |
data.frame; cell information table (default: NULL) |
pca.rotation |
matrix; rotation matrix (default: NULL) |
pad.missing |
logical; (default: FALSE) |
allZeroAsLow |
logical; (default: FALSE) |
verbose |
logical; (default: FALSE) |
ncores |
integer; number of CPU to used (default: 16) |
... |
parameters passed to some method |
classify cells using pre-trained model, which can be obtained by run classifyCell.by.sigGene()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.