This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Error with ecolik12 enrichGO

Hi I am new to clusterprofiler and R. I have read the vignette also. I could use the groupGO easily on the set of genes but enrichGO throws an error saying "Error in enrichGO(gene = cephalexinlist, organism = "ecolik12", ont = "BP", : unused argument (organism = "ecolik12")". The script is below.

What am I doing wrong here? Please any help will be appreciated. Many thanks in advance.

library(clusterProfiler)

list<-c("947767", "947672", "947507", "945554", "946343", "945972", "945947", "946526", "944968", "948848", "948661", "945059", "948650", "946185", "947449", "948698", "945278", "947095", "948665", "945957", "947019", "946107", "946243", "944797", "946677", "948666", "946053", "948150", "947189", "948566") enrichedgo <- enrichGO(list, organism="ecolik12", ont = "BP", pvalueCutoff = 0.05, readable = TRUE)

clusterprofiler

1 answer

answer here. pls don't create duplicated posts.

Log in to answer this question.