A convenience function that coerces a GiottoDB object to an in-memory
giotto object. Expression matrices are converted to in-memory matrices
using dbverse coercions:
dbSparseMatrix/dbMatrix->dgCMatrixdbDenseMatrix-> basematrix
Spatial data stored as dbSpatial are converted to terra::SpatVector.
Arguments
- x
A
GiottoDBobject- verbose
Whether to print progress messages
Value
A GiottoClass::giotto object
