mojitoo | R Documentation |
This function allows you to integrate multi-omics dim-reductions
mojitoo(object, ...)
## S3 method for class 'Seurat'
mojitoo(
object = NULL,
reduction.list = list(),
dims.list = list(),
reduction.name = "mojitoo",
is.reduction.center = F,
is.reduction.scale = F,
fdr.method = "BH",
corr.pval = 0.05,
keep_separated_reductions = F,
...
)
object |
Seurat object |
reduction.list |
reduction list |
dims.list |
dims vector list |
reduction.name |
reduction name |
is.reduction.center |
bool if center the reduction |
is.reduction.scale |
bool if scale the reduction |
fdr.method |
fdr method, default BH |
corr.pval |
correlation test 0.05 |
keep_separated_reductions |
bool if keep separated reductions |
The object with mojitoo reduction
mojitoo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.