Description Usage Arguments Value
Finds the integration anchors
1 2 3 4 |
object.list |
A list of objects between which to find anchors for downstream integration. |
assay |
A vector of assay names specifying which assay to use when constructing anchors. If NULL, the current default assay for each object is used. |
anchor.features |
Can be either:
|
scale |
Whether or not to scale the features provided. Only set to FALSE if you have previously scaled the features you want to use for each object in the object.list |
l2.norm |
Perform L2 normalization on the CCA cell embeddings after dimensional reduction |
dims |
Which dimensions to use from the CCA to specify the neighbor search space |
k.anchor |
How many neighbors (k) to use when picking anchors |
k.filter |
How many neighbors (k) to use when filtering anchors |
k.score |
How many neighbors (k) to use when scoring anchors |
max.features |
The maximum number of features to use when specifying the neighborhood search space in the anchor filtering |
eps |
Error bound on the neighbor finding algorithm (from RANN) |
verbose |
Print progress bars and output |
Returns an AnchorSet object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.