Description Usage Arguments Value Author(s) See Also Examples
This function produces a table of spot coordinates and gene names for
objects of class "marrayRaw"
and
"marrayNorm"
.
1 | 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
marrayInfo
, marrayLayout
, marrayRaw
, marrayNorm
, maCompCoord
.
1 2 3 4 5 6 | # Example uses swirl dataset, for description type ? swirl
data(swirl)
tab<-maGeneTable(swirl)
tab[1:10,]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.