qc.get.probes: Retrieve QC probeset names for the current array type

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/qc.stats.R

Description

Get the names of probesets used to calculate 3'/5' ratios for the current array type. qc.get.spikes is used to set the spike probe names (i.e. bioB, bioC, etc.)

Usage

1
2
3

Arguments

name

A name for the given probeset. By default, this is the probeset identifier

probeset

A probeset ID

Value

A character array of probeset IDs, or the requested probeset ID, as appropriate.

Author(s)

Crispin J Miller

References

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

See Also

setQCEnvironment qc.get.spikes

Examples

1
2
3
4
5
  setQCEnvironment("hgu133plus2cdf")
  qc.get.probes()
  qc.add.probe("my.name","a.probesetid_at")
  qc.add.probe("another.name","another.probesetid_at")
  qc.get.probes()

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