Any examples of the gene2cat input for a non-model organism? I'm working in R. My first column is GO:XXXXXX and my second column is gene ID. Row names are numerical (automatic). To be fair the Vignette and guides aren't so clear considering a lot of people use it for non-model organisms.
I'm getting the error:
Was expecting a dataframe or a list mapping categories to genes. Check gene2cat input and try again.
I'm using a dataframe.
Thanks.
Please use something like reprex to show us the first few lines of your data frame as well as the exact code you're running.