Table of spot coordinates and gene names
This function produces a table of spot coordinates and gene names for
objects of class "marrayRaw"
and
"marrayNorm"
.
maGeneTable(object)
object |
microarray object of class |
an object of class data.frame
, with rows corresponding
to spotted probe sequences. The first four columns are the grid matrix
and spot matrix coordinates, and the remaining columns are the spot
descriptions stored in the maGnames
slot of the microarray
object.
Yee Hwa (Jean) Yang
# Example uses swirl dataset, for description type ? swirl data(swirl) tab<-maGeneTable(swirl) tab[1:10,]
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.