qc.ok: Has simpleaffy's QC environment been set up?

Description Usage Value Author(s) References See Also Examples

View source: R/qc.stats.R

Description

Simpleaffy requires a definition file describing the qc probes, spikes, alpha values, etc. for the array of interest. This is used to initialize the QC environment for the array (usually implicitly within the qc function), by a call to setQCEnvironment. This function can be used to check if the qc environment has been set up for the current session

Usage

1
  qc.ok()

Value

True or False

Author(s)

Crispin J Miller

References

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

See Also

setQCEnvironment qc qc.have.params cdfName

Examples

1
2
3
  qc.ok()
  setQCEnvironment("hgu133plus2cdf")
  qc.ok()

simpleaffy documentation built on Nov. 8, 2020, 11:09 p.m.