Framework to store dimension reduction information
Slots
namename of dimObject
feat_typefeature type of data
spat_unitspatial unit of data
provenanceorigin of aggregated information (if applicable)
reductionwhether reduction was performed on 'feats' or 'cells'
reduction_methodmethod used to generate dimension reduction
coordinatesembedding coordinates
miscmethod-specific additional outputs
Examples
GiottoData::loadSubObjectMini("dimObj")
#> An object of class dimObj : "pca"
#> --| Contains dimension reduction generated with: pca
#> ----| for feat_type: rna
#> ----| spat_unit: aggregate
#>
#> 100 dimensions for 462 data points
#>
#> Additional included info:
#> [1] "eigenvalues" "loadings"
#>
