/cistromescripts/bioc.R

https://bitbucket.org/cistrome/cistrome-harvard/ · R · 37 lines · 37 code · 0 blank · 0 comment · 0 complexity · 70c82a4802acd56c8dc1397847135418 MD5 · raw file

  1. source("http://bioconductor.org/biocLite.R")
  2. biocLite("affy")
  3. biocLite("AffyExpress")
  4. biocLite("Category")
  5. biocLite("Biobase")
  6. biocLite("graph")
  7. biocLite("annotate")
  8. biocLite("ArrayExpress")
  9. biocLite("GEOquery")
  10. biocLite("oligo")
  11. biocLite("geneplotter")
  12. biocLite("gcrma")
  13. biocLite("maqcExpression4plex")
  14. biocLite("genefilter")
  15. biocLite("multtest")
  16. biocLite("limma")
  17. biocLite("pd.hg18.60mer.expr") # Platform Design Info for NimbleGen hg18_60mer_expr
  18. biocLite("annaffy")
  19. biocLite("GO.db")
  20. biocLite("GOstats") # requieres libxml2-dev installed! sudo apt-get install libxml2-dev
  21. biocLite("hgu133a")
  22. biocLite("hgu133b")
  23. biocLite("hgu133plus2.db")
  24. biocLite("hgu95av2")
  25. biocLite("mouse430a2.db")
  26. biocLite("mouse4302.db")
  27. biocLite("celegans.db")
  28. biocLite("drosophila2.db")
  29. biocLite("org.Hs.eg.db")
  30. biocLite("org.Mm.eg.db")
  31. biocLite("org.Ce.eg.db")
  32. biocLite("org.Dm.eg.db")
  33. biocLite("gplots")
  34. biocLite("seqLogo")
  35. biocLite("foreach")
  36. biocLite("oligoClasses")
  37. save.image()