qc.get.array {simpleaffy}R Documentation

Get or set the name of the array for which the current QC environment is valid. Currently not used for anything important; is a free text identifier.

Description

The array name is simply a free text name for the array of interest.

Usage

 qc.get.array()
 qc.set.array(name)

Arguments

name a free text name for the array of interest

Value

a string

Author(s)

Crispin J Miller

References

http://bioinformatics.picr.man.ac.uk/

See Also

setQCEnvironment

Examples

  qc.set.array("plus2")
  qc.get.array()

[Package simpleaffy version 2.18.0 Index]