Description Usage Arguments Value
Finds the transfer anchors
1 2 3 4 5 6 |
reference |
Seurat object to use as the reference |
query |
Seurat object to use as the query |
reference.assay |
Assay to use from reference |
query.assay |
Assay to use from query |
reduction |
Dimensional reduction to perform when finding anchors. Options are:
|
project.query |
Project the PCA from the query dataset onto the reference. Use only in rare cases where the query dataset has a much larger cell number, but the reference dataset has a unique assay for transfer. |
features |
Features to use for dimensional reduction |
npcs |
Number of PCs to compute on reference. If null, then use an existing PCA structure in the reference object |
l2.norm |
Perform L2 normalization on the cell embeddings after dimensional reduction |
dims |
Which dimensions to use from the reduction 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) |
approx.pca |
Use truncated singular value decomposition to approximate PCA |
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.