An in-memory bundle of the loaded S-LDSC inputs, produced from
the reader functions (readSldscAnnot, readSldscFrq,
readSldscTrait) and consumed by
sldscPostprocessingPipeline. The class itself performs no
file I/O: the user runs the readers, then constructs an SldscData
from those in-memory objects, and the pipeline does all computation on it.
Slots
annotA
data.frameof target annotations with at leastCHRandSNPcolumns plus one or more annotation columns (BP/CMoptional).frqA
data.frameof reference-panel allele frequencies withSNPandMAFcolumns (a 0-row frame when no.frqdata was supplied).traitsA named list, one entry per trait, each a list with a
singleelement (list of per-targetreadSldscTraitruns) and an optionaljointelement (a single run, orNULL).