Entering edit mode
DataFanatic
▴
10
@datafanatic-12212
Last seen 4.0 years ago
Hi, I'm running the enrichPathway function:
x<-enrichPathway(gene=df$name, organism = "fly", pvalueCutoff = 0.05, pAdjustMethod = "BH", qvalueCutoff = 0.2, universe, minGSSize = 10, maxGSSize = 500, readable = FALSE)
and I get the error:
universe is not in character and will be ignored...
How is the universe parameter set? My understanding is that I don't have to pass any arguments but it seems that the background genes are not in character format? How is this function accessing the background genes?