read dimension reduction results from list
Usage
readDimReducData(
data_list,
default_spat_unit = NULL,
default_feat_type = NULL,
reduction = c("cells", "feats"),
provenance = NULL,
verbose = TRUE
)
Examples
x <- GiottoData::loadSubObjectMini("dimObj")
readDimReducData(x)
#> [[1]]
#> 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"
#>
#>