Container for univariate heritability estimation results. Holds global, local, and annotation-stratified estimates.
Slots
h2Numeric, global SNP heritability estimate.
h2SeNumeric, standard error of global h2.
interceptNumeric, confounding intercept estimate (NA if method does not estimate one).
interceptSeNumeric, SE of intercept.
localA
data.framewith per-block local heritability estimates (columns:blockId,h2Local,h2LocalSe). NULL iflocal = FALSE.enrichmentA
data.framewith baseline annotation enrichment estimates (columns:annotation,tau,tauSe,enrichment,enrichmentSe,enrichmentP,propH2,propSnps). NULL if unstratified.tauBlocksA numeric matrix (nBlocks x n_annotations) of per-block jackknife tau values. Required for Gazal tauStar standardization downstream. NULL if not available (e.g., unstratified analysis).
scoreStatsA list with score statistics for candidate annotations, suitable for input to
susieRss. Contains:- z
Numeric vector of z-scores for each candidate annotation
- R
Correlation matrix of the score statistics
- annotationNames
Character vector of candidate annotation names
NULL if no candidate annotations provided.
methodCharacter string identifying the estimation method.
nSnpsInteger, number of SNPs used in estimation.
traitNameCharacter string for trait identifier.