Skip to contents

Extract annotation enrichment estimates from a result object.

Usage

getEnrichment(object)

# S4 method for class 'H2Estimate'
getEnrichment(object)

Arguments

object

An H2Estimate object.

Value

A data.frame of enrichment estimates, or NULL.

Examples

data(h2EstimateExample)
getEnrichment(h2EstimateExample)
#>   annotation   tau tauSe enrichment enrichmentSe enrichmentP propH2 propSnps
#> 1     annot1 1e-07 5e-08          2          0.5       0.010    0.3     0.15
#> 2     annot2 2e-07 6e-08          3          0.7       0.001    0.5     0.17