That's what I thought, but this is what I got:
> # differentially expressed genes list
> degs <- as.vector(subset(drst, FDR < 0.25)[[1]])
> # do GO analysis
> go <- goana(degs, species="Hs");
> tgo <- topGO(go);
> # do KEGG analysis
> keg <- kegga(degs, species="Hs");
Error in eval(expr, envir, enclos) : could not find function "kegga"
So it looks like kegga is not installed.
Thanks.
Hi Dr.genetics
Are you searching for kegga R package or How to use it in DEG and pathway analysis ?
The former -- I don't have kegga installed yet. I know how to use it, though -- I think. :)
As @WouterDeCoster mentioned you can see in edgeR manual that
kegga()is a function already embedded in edgeR.