integration_anchorset | R Documentation |
Get integration anchorset from Seurat objects.
integration_anchorset( obj_list, n_dims = 20, reduction = c("cca", "rpca"), k.anchor = 5, reference = NULL, normalization = "LogNormalize", verbose = TRUE, ... )
obj_list |
A list of Seurat objects. |
n_dims |
Number of dimensions to use as input. |
reduction |
Dimensional reduction to perform when finding anchors. Can be one of:
|
k.anchor |
How many neighbors (k) to use when picking anchors |
reference |
A vector specifying the object/s to be used as a reference
during integration. If NULL (default), all pairwise anchors are found (no
reference/s). If not NULL, the corresponding objects in |
normalization |
Normalization method. |
verbose |
Print output |
... |
pass to |
Returns an AnchorSet
object that can be used as input
to IntegrateData
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.