Description Usage Arguments Value Examples
Used internally by revigo_forcegraph and revigo_scatterplot
1 | get_merged_annotations(data_dir)
|
data_dir |
directory with scraped revigo data |
tibble
with columes merged_genes, logFC, analysis, and id
1 2 3 4 | data(go_up1)
data_dir <- tempdir()
scrape_revigo(data_dir, go_up1)
data <- get_merged_annotations(data_dir)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.