My problem:
I have two lists of genes (genes of interest
& background genes
). I want to check if genes of interest
are "enriched" for any disease or cellular pathway. My gene list was formed intersecting specific genome intervals with gencode.gtf (genes are in Ensembl ID).
What I tried:
I searched biostar and tried various suggestions (David, bioconductor packages). However I wasn't able to get David working and some bioconductor packages weren't available for my R version.
What I want:
Can I get suggestions what are you using (tools, R packages) for such analysis in 2014?
Thanks
What do you mean by "not able to get David working"? David should work well for something like this.
which bioconductor packages failed to install? Were you trying to use install.packages() or biocLite()?
To add to russ_hyde 's comment, what version of R are you using that things weren't available?
R version 3.0.1 (2013-05-16) -- "Good Sport"
There should be plenty of packages available in the older bioconductor repositories (remember that bioconductor packages aren't installed via install.packages()).
Devon, what R packages do you recommend for such analysis?
David is fine, as is GOrilla as Manu just suggested. Anything like that will give essentially the same results.