| enrich_GO_terms-class {ViSEAGO} | R Documentation |
This class is invoked by merge_enrich_terms method in order to store the merged data.table and associated metadata.
same_genes_backgroundlogical.
inputa list containing named elements. Each element must contain the name of topGOdata-class
object created by create_topGOdata method and the associated topGOresult-class
object(s) to combinate (see examples in merge_enrich_terms).
ontontology used "MF", "BP", or "CC".
topGOa list with topGO objects summary informations.
dataa merged data.table of enriched GO terms (p<0.01) in at least once with GO descriptions and statistical values.
Other enrich_GO_terms:
Upset(),
overLapper(),
show_heatmap(),
show_table()