Description Usage Arguments Examples
View source: R/scrape_revigo.R
Note: requires installation of python packages through setup_env
1 | scrape_revigo(data_dir, go_res)
|
data_dir |
Directory to store revigo scripts and output files |
go_res |
data.frame with row.names containing GO ids and first column p-values. Optional columns |
1 2 3 | data(go_up1)
data_dir <- tempdir()
scrape_revigo(data_dir, go_up1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.