Description Usage Arguments Value Examples
create_plot generates a scatter plot of the output of the calculate_kegg function
1 | create_plot(dataset)
|
dataset |
The output dataset of the calculate_kegg function. |
returns a plot.
1 2 3 4 5 | a <- list_species("arachis")
b <- grep_datasets(c("adu","aip"))
deg_list <- as.matrix(b[b$kegg_pathways=='00061',1])[,1]
c <- calculate_kegg(b,deg_list)
create_plot(c)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.