Home - Software - stepNorm

stepNorm (Stepwise normalization functions for two color spotted microarrays)

This package includes functions ... [Under Constructions]

Installation

Option A) Automatic

Start R on your computer. At the R prompt, type

    install.packages("stepNorm",contriburl="http://www.biostat.ucsf.edu/jean/software")

To install the package on a specific directory (e.g. "mydir")

install.packages("stepNorm",contriburl="http://www.biostat.ucsf.edu/jean/software",lib="mydir")

Option B) Manual

  1. Download the file stepNorm.zip and save it on your desktop.
  2. Start the R program by double clicking on the Rgui.exe icon.
  3. Click on the menu Packages and select "Install package from local zip file...".
  4. Select the file stepNorm.zip to install the package.

To load the library

Type at the R prompt.

       library(stepNorm)

To update the package type:

                 update.packages(contriburl="http://www.biostat.ucsf.edu/jean/software")

Reference