probeSelectionInterface
starts a tcltk graphical user
interface (GUI) that allows the user to choose the probes to be used
for subsequent quality analyses with the yaqcaffy
package. The
probes are selected on basis of the features of a given set of
Affymetrix Genechips provided as input. The list of probes can be
pre-filtered to display only control probes (i.e starting by AFFX) or
all probes on the Genechip can be shown.
probeSelectionInterface(object,
returnVar="yaqcControlProbes",
filter=TRUE)
AffyBatch
or
ExpressionSet
.YaqcBioProbes
. returnVar
if the user presses 'Ok'. If such a variable
name already exists, a warning will be issued and the user can close
the interface and cancel the function.If filtering is applied, the hybridization menus will list probes that match the given probe (BioB, BioC or BioD) and position (5, 3 or M). Similarly, only matching labelling probes (dap, phe, thr and lys) and positions will be displayed. As the pattern for the degradation probes are less strict, all the 'AFFX' probes, except those already selected as hybridization and labelling probes, will be displayed in the drop-down menus.
## Not run:
# library(affydata)
# data(Dilution)
# probeSelectionInterface(Dilution)
# ## End(Not run)
Run the code above in your browser using DataLab