\name{canine2probe}
\docType{data}
\alias{canine2probe}
\title{Probe sequence for microarrays of type canine2.}
\description{This data object was automatically created by the package AnnotationDbi version 1.7.11.}
\usage{data(canine2probe)}
\format{A data frame with 473162 rows and 6 columns, as follows.
  \tabular{lll}{
    sequence \tab character \tab probe sequence \cr
    x  \tab integer  \tab x-coordinate on the array \cr
    y  \tab integer  \tab y-coordinate on the array \cr
    Probe.Set.Name      \tab character \tab Affymetrix Probe Set Name \cr
    Probe.Interrogation.Position \tab integer \tab Probe Interrogation Position \cr
    Target.Strandedness \tab factor \tab Target Strandedness\cr
}}

\source{The probe sequence data was obtained from http://www.affymetrix.com. The file name was Canine\_2\_probe\_tab.}

\keyword{datasets}
\examples{
  canine2probe
  as.data.frame(canine2probe[1:3,])
}