Difference between revisions of "Using Bioconductor To Analyse Beadarray Data"

From Bridges Lab Protocols
Jump to: navigation, search
(intitial page)
 
m
Line 1: Line 1:
[Category: R]
+
[[Category: R]]
[Category: Bioinformatics]
+
[[Category: Bioinformatics]]
  
 
==Software Requirements==
 
==Software Requirements==

Revision as of 17:16, 21 August 2009


Software Requirements

  • R, get from [CRAN]
  • Bioconductor, get from [Bioconductor]
  • Bioconductor packages. Install as needed:
    • beadarray
    • limma
source("http://www.bioconductor.org/biocLite.R")
biocLite("PACKAGE")