Skip to contents

S4 class that extends the giotto class to provide a database-backed implementation of Giotto objects using dbMatrix::dbMatrix and dbSpatial::dbSpatial.

Value

A GiottoDB object

Details

The GiottoDB class extends the standard giotto class, replacing in-memory objects with database-backed alternatives where appropriate:

This allows Giotto to scale to larger-than-memory datasets while maintaining API compatibility with existing Giotto workflows.

Slots

conn

A DBIConnection object to a duckdb::duckdb database