GWADataLoader: A general class for loading multiple statistical genetics data sources and
harmonizing them for downstream analyses.
GenotypeMatrix: A class for representing on-disk genotype matrices. It provides
interfaces for querying / manipulating / and performing computations on genotype data.
LDMatrix: A class for representing on-disk Linkage-Disequilibrium (LD) matrices. It provides
interfaces for querying / manipulating / and performing computations on LD data.
SampleTable: A class for representing data about samples (individuals), including covariates,
phenotypes, and other sample-specific metadata.
SumstatsTable: A class for representing summary statistics data from a GWAS study. It provides
interfaces for querying / manipulating / and performing computations on summary statistics data.
AnnotationMatrix: A class for representing variant annotations (e.g. functional annotations,
pathogenicity scores, etc.) for a set of variants. It provides interfaces for querying / manipulating / and
performing computations on annotation data.