probes2probenames {phyloarray} | R Documentation |
Search probenames if a probe-ID is known.
probes2probenames(datalist, probe)
datalist |
An object of type phyloarray |
probe |
ID of the probe of which the probename is searched. |
Kurt Sys (kurt.sys@advalvas.be)
# load data this-is-escaped-codenormal-bracket29bracket-normal, i.e. this-is-escaped-codenormal-bracket30bracket-normal data(Phylodata) # for calculation of histogram cutoffs for good/bad spots # scans <- histcutoffs(scans) # # if background calculation is necessary # scans <- calcbackgroud(scans) # sort scans on green scans <- sortdata(scans, dye="G") plotprobes <- probes2probenames(scans, scans$ID[1:25]) for (p in plotprobes) plotmeltingcurve(scans, dye="G", p)