Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 818 Bytes

File metadata and controls

27 lines (19 loc) · 818 Bytes

MicroarrayToolbox

MicroarrayToolbox: functions for routine microarray analysis

MicroarrayToolbox is an R package containing functions that provide basic functionality to explore gene expression data. In order to streamline and standardize analyses, microarray data is expected to be provided in the 'gct' format, proposed by the Broad Institute.

Installation

MicroarrayToolbox requires the prior installation of the following packages:

  • data.table (CRAN)
  • MASS (CRAN)
  • ggplot2 (CRAN)
  • annotate (Bioconductor)
  • org.Hs.eg.db (Bioconductor)
  • GO.db (Bioconductor)
  • RColorBrewer (CRAN)
  • samr (CRAN)

To install MicroarrayToolbox on your system, use the 'devtools' package:

## install.packages ("devtools")
library (devtools)
install_github ("gtms/MicroarrayToolbox")