Add info to anchor matrix
AnnotateAnchors(anchors, vars, slot, ...)# S3 method for default
AnnotateAnchors(
anchors,
vars = NULL,
slot = NULL,
object.list,
assay = NULL,
...
)
# S3 method for IntegrationAnchorSet
AnnotateAnchors(
anchors,
vars = NULL,
slot = NULL,
object.list = NULL,
assay = NULL,
...
)
# S3 method for TransferAnchorSet
AnnotateAnchors(
anchors,
vars = NULL,
slot = NULL,
reference = NULL,
query = NULL,
assay = NULL,
...
)
Returns the anchor dataframe with additional columns for annotation metadata
An AnchorSet
object
Variables to pull for each object via FetchData
Slot to pull feature data for
Arguments passed to other methods
List of Seurat objects
Specify the Assay per object if annotating with expression data
Reference object used in FindTransferAnchors
Query object used in FindTransferAnchors