Skip to content

Files

Latest commit

9c7ec75 · Feb 22, 2024

History

History
34 lines (25 loc) · 1.45 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.45 KB

GiottoClass

Version Lifecycle: stable codecov R-CMD-check GitHub issues GitHub pulls

This package contains the Giotto object and subobject class definitions and frameworks. Functionalities relating to data ingestion, basic object creation, data access within the Giotto object, and generics defined for the Giotto classes are all found here.

Applications of this framework and convenience functions for loading specific technologies are found in the base Giotto package.

Installation

You can install GiottoClass like:

library(devtools)
install_github('drieslab/GiottoClass')