I am currently developing a Gene-Concept Network plot in R after running differential gene expression analysis on an extensive dataset using the following code which displays a simple plot:
Look I am no expert in enrichment analysis (or R) and I have not worked with this package.
however, I would like to give a try
I hate to state the obvious, but it seems you do not have an object called geneList
The geneList seems to be a vector with entrez gene number identifiers and their respective fold change. There is an example dataset in the DOSE package from bioconductor called exactly that: "geneList"
Try to make a similar vector
Maybe you have a table or something containing gene number and fold changes
make a vector from the fold change column and name it using the ID number column.