The Assay object is the basic unit of Seurat; each Assay stores raw, normalized, and scaled data as well as cluster information, variable features, and any other assay-specific metadata. Assays should contain single cell expression data such as RNA-seq, protein, or imputed expression data.
countsUnnormalized data such as raw counts or TPMs
dataNormalized expression data
scale.dataScaled expression data
keyKey for the Assay
assay.origOriginal assay that this assay is based off of. Used to track assay provenance
var.featuresVector of features exhibiting high variance across single cells
meta.featuresFeature-level metadata
miscUtility slot for storing additional data associated with the assay