Container for SNP-level annotations used in stratified heritability analysis. Supports binary (0/1) and continuous annotations. Annotations are classified as baseline (always jointly fitted) or candidate (evaluated via score statistics).
Slots
snpRangesA
GRangesobject with one range per SNP, defining genomic positions.annotationsA numeric matrix (SNPs x annotations). Dense for small annotation counts, can be sparse (
dgCMatrix) for large binary annotation sets.annotationMetaA
data.framewith columns:- name
Character, annotation name
- tier
Character, one of "baseline" or "candidate"
- type
Character, one of "binary" or "continuous"
genomeCharacter string for genome build.