Skip to content

Plotting enrichment of pathways, gene ontologies etc using ggplot2. Dotplot is similar to the one generated by ClusterProfiler and requires foldenrichement/ration, gene counts and p-value/FDR.

Notifications You must be signed in to change notification settings

jeff-godwin/enrichment_dotplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

enrichment_dotplot

Plotting enrichment of pathways, gene ontologies etc using ggplot2. Dotplot is similar to the one generated by ClusterProfiler after enrichkegg and enrichgo funtions.

It works on R version 3.6 and higher. ggplot2 has to be pre-installed.

Pathway enrichment analysis for specific genelists may be obtained from tools such as ClusterProfiler, GSEA and DAVID functional annotation.

Input file should have 4 columns with the following headers -

Type Count Value P-value

Type - pathway term; Count - no of enriched genes; Value - Fold enrichment/enrichment ratio; P-value - statistical p-value, q-value or FDR

About

Plotting enrichment of pathways, gene ontologies etc using ggplot2. Dotplot is similar to the one generated by ClusterProfiler and requires foldenrichement/ration, gene counts and p-value/FDR.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages