AnnotateAnchors {Seurat} | R Documentation |
Add info to anchor matrix
Description
Add info to anchor matrix
Usage
AnnotateAnchors(anchors, vars, slot, ...)
## Default S3 method:
AnnotateAnchors(
anchors,
vars = NULL,
slot = NULL,
object.list,
assay = NULL,
...
)
## S3 method for class 'IntegrationAnchorSet'
AnnotateAnchors(
anchors,
vars = NULL,
slot = NULL,
object.list = NULL,
assay = NULL,
...
)
## S3 method for class 'TransferAnchorSet'
AnnotateAnchors(
anchors,
vars = NULL,
slot = NULL,
reference = NULL,
query = NULL,
assay = NULL,
...
)
Arguments
anchors |
An |
vars |
Variables to pull for each object via FetchData |
slot |
Slot to pull feature data for |
... |
Arguments passed to other methods |
object.list |
List of Seurat objects |
assay |
Specify the Assay per object if annotating with expression data |
reference |
Reference object used in |
query |
Query object used in |
Value
Returns the anchor dataframe with additional columns for annotation metadata
[Package Seurat version 5.1.0 Index]