generate_annotation_graph | R Documentation |
given a combined_enrichment
, generate the annotation similarity graph
generate_annotation_graph(
comb_enrichment,
annotation_similarity = "combined",
low_cut = 5,
hi_cut = 500
)
## S4 method for signature 'combined_enrichment'
generate_annotation_graph(
comb_enrichment,
annotation_similarity = "combined",
low_cut = 5,
hi_cut = 500
)
comb_enrichment |
the combined_enrichment object |
annotation_similarity |
which similarity measure to use |
low_cut |
keep only those annotations in the graph with at least this many annotated features |
hi_cut |
keep only those annotations with less than this many annotated features |
cc_graph
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.