Simon: Dataset: Little fragment of a microarray from IFC UNAM

Description Usage Format Examples

Description

This structure is a data fragment of a yeast microarray from the Microarrays Unit in IFC UNAM. The original microarray contains 6 meta-rows and 4 meta-columns, however this data just belongs to the first meta-row order in a way of 2 meta-rows and 2 meta-columns.

Usage

1

Format

A list that contains 1104 observations, because the dimensions of this example are: 2 meta-rows, 2 meta-columns, 23 rows, 24 columns.

Examples

1
2
3
4
5
data(Simon)
#A preview from the chip
datos <- attr(Simon, "spotData")
M <- log(datos$Cy3, 2) - log(datos$Cy5, 2)
imageLimma(M, 23, 24, 2, 2)

Example output

Loading required package: locfit
locfit 1.5-9.1 	 2013-03-22
Loading required package: tkrplot
Loading required package: tcltk

Attaching package: 'genArise'

The following object is masked from 'package:utils':

    help

Warning messages:
1: no DISPLAY variable so Tk is not available 
2: loading Rplot failed 

genArise documentation built on Nov. 8, 2020, 6:29 p.m.