## You may display the matched intensities of a Probe-Set according to the Delta-G value
collapse("1091_at")
## You may restrict the value to the Perfect match or mis-matches
collapse("1091_at","PM")
## You may restrict the values risplayed for only a number of probes
collapse("1091_at",probes=c(1,9))
## You may output the graphs to a postscript file
collapse("1091_at",output="PS",filename="outfile.ps")
## You may display up to 4 probe-sets in the same window
collapse(c("1091_at","37777_at",SPIKE_INA[1:2]))
## You can also use the values of the probe-sets contained in one of the Vectors of Human, Bacteria,
## or Artificial Probe-sets
collapse(SPIKE_INH)
Run the code above in your browser using DataLab