Hi,
This may be super basic, but I'm really stuck. I am running enricher (the generic version because I'm not using a model-organism) and I am supplying my own list of GO terms.
I run it like this:
ego_bp_aga <- enricher(gene = aga_genes,
TERM2GENE = go_terms)
I then want to create a dotplot
dotplot(ego_bp_aga, showCategory=30)
I get a dotplot that looks good, except that on the y-axis it shows GO IDs instead of terms. Is this because I have to add TERM2NAME when I first run enricher? If this is the case, how do I get the GO terms from my list of GO IDs?