Description Usage Arguments Value Examples
View source: R/plotting_wrappers.R
Plot DE output on a selected KEGG pathway map
1 2 | plotPathway(DEoutput, fdr = 0.05, pathway_IDs = c("05200", "04110"),
genome = "hg38")
|
DEoutput |
A tab-seperated edgeR/DESeq2 output file, using |
fdr |
FDR cutoff for Diff-Exp genes. |
pathway_IDs |
KEGG ids for the pathways to plot |
genome |
Select from hg38, mm10, dm6. (although it's agnostic to genome versions in general). |
KEGG plot
1 2 | deout <- system.file("extdata", "edgeR_output_annotated.tsv", package="vivlib")
plotPathway(DEoutput = deout, fdr = 0.05, pathway_IDs = "05200", genome = "mm10")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.