IntegrateLayers | R Documentation |
Integrate Layers
IntegrateLayers(
object,
method,
orig.reduction = "pca",
assay = NULL,
features = NULL,
layers = NULL,
scale.layer = "scale.data",
...
)
object |
A |
method |
Integration method function |
orig.reduction |
Name of dimensional reduction for correction |
assay |
Name of assay for integration |
features |
A vector of features to use for integration |
layers |
Names of normalized layers in |
scale.layer |
Name(s) of scaled layer(s) in |
... |
Arguments passed on to |
object
with integration data added to it
The following integration method functions are available: \Sexpr[stage=render,results=rd]{Seurat:::.rd_methods("integration")}
Writing integration method functions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.