RunMNN | R Documentation |
Runs the fastMNN implementation of the MNN algorithm from the batchelor package.
RunMNN(
object = NULL,
batch = NULL,
features = NULL,
name = "mnn",
transfer.reconstructed.assay = FALSE,
force.recalc = FALSE,
assay = DefaultAssay(object),
slot = "data",
...
)
object |
Seurat object |
features |
Set of features to use in MNN |
name |
Name of the dimensional reduction object |
transfer.reconstructed.assay |
Whether to transfer reconstructed counts into a new assay |
assay |
Assay of feature counts |
slot |
Slot for feature counts |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.