addRegionGeneAssociation-GreatJob-method {rGREAT}R Documentation

Add region-gene association to the internal enrichment tables

Description

Add region-gene association to the internal enrichment tables

Usage

## S4 method for signature 'GreatJob'
addRegionGeneAssociation(job, ontology = names(job@enrichment_tables), verbose = TRUE)

Arguments

job

a GreatJob-class instance

ontology

ontology name

verbose

whether show message

Details

After successfully run this function, users need to rerun getEnrichmentTables to get the enrichment tables that contains the new gene association column.

Examples

# There is no example
NULL

[Package rGREAT version 1.19.1 Index]