Container for univariate heritability estimation results. Holds global, local, and annotation-stratified estimates.
Slots
h2Numeric, global SNP heritability estimate.
h2_seNumeric, standard error of global h2.
interceptNumeric, confounding intercept estimate (NA if method does not estimate one).
intercept_seNumeric, SE of intercept.
localA
data.framewith per-block local heritability estimates (columns:block_id,h2_local,h2_local_se). NULL iflocal = FALSE.enrichmentA
data.framewith baseline annotation enrichment estimates (columns:annotation,tau,tau_se,enrichment,enrichment_se,enrichment_p,prop_h2,prop_snps). NULL if unstratified.tau_blocksA numeric matrix (n_blocks x n_annotations) of per-block jackknife tau values. Required for Gazal tau_star standardization downstream. NULL if not available (e.g., unstratified analysis).
score_statsA list with score statistics for candidate annotations, suitable for input to
susie_rss. Contains:- z
Numeric vector of z-scores for each candidate annotation
- R
Correlation matrix of the score statistics
- annotation_names
Character vector of candidate annotation names
NULL if no candidate annotations provided.
methodCharacter string identifying the estimation method.
n_snpsInteger, number of SNPs used in estimation.
trait_nameCharacter string for trait identifier.