Skip to content

drieslab/GiottoClass

Repository files navigation

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')