Updated R to 4.0 and now am getting an error with the following code:
OrgDb = 'org.Hs.eg.db'
res@organism <- AnnotationDbi::species(OrgDb)
Unable to find an inherited method for function ‘species’ for signature ‘"character"’
Guessing it has something to do with stringtofactor changes?