AnnotateAnchors | R Documentation |
Add info to anchor matrix
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, ... )
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 |
Returns the anchor dataframe with additional columns for annotation metadata
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.