| AnchorSet-class {Seurat} | R Documentation |
The AnchorSet Class
Description
The AnchorSet class is an intermediate data storage class that stores the anchors and other
related information needed for performing downstream analyses - namely data integration
(IntegrateData) and data transfer (TransferData).
Slots
object.listList of objects used to create anchors
reference.cellsList of cell names in the reference dataset - needed when performing data transfer.
reference.objectsPosition of reference object/s in object.list
query.cellsList of cell names in the query dataset - needed when performing data transfer
anchorsThe anchor matrix. This contains the cell indices of both anchor pair cells, the anchor score, and the index of the original dataset in the object.list for cell1 and cell2 of the anchor.
offsetsThe offsets used to enable cell look up in downstream functions
weight.reductionThe weight dimensional reduction used to calculate weight matrix
anchor.featuresThe features used when performing anchor finding.
neighborsList containing Neighbor objects for reuse later (e.g. mapping)
commandStore log of parameters that were used