I have a list of genes and to get pathways from that I used gProfileR package.
library(gProfileR)
pathways <- gprofiler(genes, organism = "hsapiens", ordered_query = F,
significant = T, exclude_iea = F, underrep = F, evcodes = F, region_query = F)
The above function gave me list of pathways and saved that results in csv file. Results from gProfileR looks like this gProfileR results
I would like to know how to make a plot out of those results?
Do not paste links to screenshots of tabular data, it's multiple unnecessary layers over something that is far easier to showcase in your post. See
In this tutorial, they have used web-based g:Profiler for the enrichment analysis and cytoscope for the representation.
It may help you.