Learn R Programming

aroma.affymetrix (version 3.2.2)

calculateParametersGsb.AffymetrixCelSet: Computes parameters for adjustment of specific binding

Description

Computes parameters for adjustment of specific binding.

Usage

# S3 method for AffymetrixCelSet
calculateParametersGsb(this, nbrOfPms=25000, affinities=NULL, seed=NULL, ...,
  verbose=FALSE)

Arguments

nbrOfPms

The number of random PMs to use in estimation.

affinities

A numeric vector of probe affinities.

seed

An (optional) integer specifying a temporary random seed to be used during processing. The random seed is set to its original state when done. If NULL, it is not set.

...

Not used.

verbose

See Verbose.

Author

Ken Simpson

Details

This method is not constant in memory! /HB 2007-03-26