arseq.kegg.enrich.plot: Gene Ontology (GO) term enrichment

Description Usage Arguments Value Examples

View source: R/arseq.kegg.enrich.plot.R

Description

Plotting the top 5 enriched term from each category

Usage

1
2
3
4
5
6
arseq.kegg.enrich.plot(
  kegg.enrich,
  foldchanges,
  save.dir = getwd(),
  pathway.plots = TRUE
)

Arguments

kegg.enrich

Enrichment dataframe. Output of the function 'arseq.kegg.enrich'

foldchanges

Foldchange information to overlay on the pathway plots.

save.dir

User defined directory to save the plots in. Default is working directory.

pathway.plots

Logical.Parameter to indicate if the pathways figures need to be drawn.

Value

GO enrichment plot

Examples

1
2
3
4
5
## Not run: 
kegg.enrich <- arseq.kegg.enrich (example_deg)
kegg.plot <- arseq.kegg.enrich.plot (kegg.enrich, foldchanges=kegg.enrich$foldchanges)

## End(Not run)

ajitjohnson/arseq documentation built on Oct. 28, 2021, 3:53 a.m.