generate annotation graph
Source:R/all_generics.R
, R/combine_enrichments.R
generate_annotation_graph.Rd
given a combined_enrichment
, generate the annotation similarity graph
Usage
generate_annotation_graph(
comb_enrichment,
annotation_similarity = "combined",
low_cut = 5,
hi_cut = 500
)
# S4 method for class 'combined_enrichment'
generate_annotation_graph(
comb_enrichment,
annotation_similarity = "combined",
low_cut = 5,
hi_cut = 500
)