create_plot: create_plot

Description Usage Arguments Value Examples

View source: R/create_plot.R

Description

create_plot generates a scatter plot of the output of the calculate_kegg function

Usage

1
create_plot(dataset)

Arguments

dataset

The output dataset of the calculate_kegg function.

Value

returns a plot.

Examples

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)

w-korani/keggseq documentation built on May 3, 2019, 7:10 p.m.