Hi Guangchuang,
Is there a way to create a custom universe
for the enrichPathway
function? I am using a non-model organism and want to use only the human genes that my organism possesses as the background. In general im not sure how to use the universe
flag, could you provide any help here?
Thanks for your time,
-Andrew
The universe is the genes of the background so you can pass a vector like c("G1", "G2", "G3", ...) enrichPathway will use it.