probes2probenames {phyloarray}R Documentation

Find probenames

Description

Search probenames if a probe-ID is known.

Usage

  probes2probenames(datalist, probe)

Arguments

datalist An object of type phyloarray
probe ID of the probe of which the probename is searched.

Value

Note

Author(s)

Kurt Sys (kurt.sys@advalvas.be)

References

See Also

Scandataraw Phylodata

plot lines par

Examples

  # 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)

[Package phyloarray version 0.1-1 Index]