These functions are used internally to work with the gene expression dataset registry within the CellMix package.
GEDpath
returns/sets the path to the local
directory where CellMix data (e.g., cache) are stored.
GEDtmp
returns the path to the local directory
where downloaded data from GEO are stored.
GEDcache
adds an ExpressionSet object or an rds
file to the local cache.
GEDsave(x, force = FALSE) GEDpath(..., create = TRUE, reset = NULL) GEDtmp(..., create = TRUE) GEDcache(key, object)
ExpressionSet
object to add to cache
or the path to an existing RDS file that contains such an
object.file.path
to be appended to the main path.GEDsave
saves the primary dataset loaded in the
registry on disk.