GWADataLoader: A general class for loading multiple statistical genetics data sources and
harmonizing them for downstream analyses.
GenotypeMatrix: A common interface for PLINK BED-backed genotype matrices, with
implementations for the native magenpy, bed-reader, plink, and xarray backends.
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.