init.data: Creating a Data Structure for Multi-slide Microarray...

Description Usage Arguments Value Author(s) Examples

Description

Interactive function which creates a data structure for multi-slide microarray experiments. The data structure is a list of matrices. For each spotted DNA sequence, the list stores raw red and green signal intensities as well as red and green background intensities. The function also allows the user to add data to an existing structure.

Usage

1

Arguments

None.

Value

List containing the following components:

R

contains the raw red intensities, R.

G

contains the raw green intensities, G.

Rb

contains the background red intensities, Rb.

Gb

contains the background green intensities, Gb.

Author(s)

Yee Hwa Yang, yeehwa@stat.berkeley.edu
Sandrine Dudoit, sandrine@stat.berkeley.edu

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
## mouse.data <- init.data()

## Here is what you should see:
## Are you creating a new data matrix or adding new array data
## to a prexisting data matrix? 
## Enter "n" for creating and "a" for adding new array data: n
## Do the names of all your datasets have the following format: 
## prefix1, prefix2, prefix3?, ... Here prefix can be any name, 
## but the suffixes must be integers 1,2, ..., # of arrays. 
## Enter "y" for yes, "n" for no: y
## Enter the prefix:mouse
## Enter the number of arrays to be processed:6
## Enter the name of Cy3 raw data: Gmean
## Enter the name of Cy3 background: morphG
## Enter the name of Cy5 raw data: Rmean
## Enter the name of Cy5 background: morphR
## Finished creating new dataset.

gnyamundanda/sma documentation built on May 3, 2019, 5:17 p.m.