Phylodata {phyloarray}R Documentation

Phyloarray example data

Description

Format

Example data (scans), which is the result from init.data2(). It contains the data of one slide in two colors, washed at nine different temperatures.

Author(s)

Kurt Sys (kurt.sys@advalvas.be)

See Also

Scandataraw

init.data

Examples

  # load data from this-is-escaped-code{
  data(Phylodata)

  # The attributes of the object this-is-escaped-codenormal-bracket18bracket-normal
  attributes(scans)

  # The first 50 red values for the different scans
  scans$R[1:10,]

  # The names of the probes
  scans$ID

  # To see the valeus of probe this-is-escaped-codenormal-bracket19bracket-normal
  # All probes are present in triplicate (=> 3 rows)
  scans$R[scans$ID=="NONEUB_338",]

[Package Contents]