write.madata: Write Micro Array data to a TAB delimited simple text file

Description Usage Arguments Author(s) Examples

View source: R/write.madata.R

Description

This function is used to write the contents of an object of class madata to a TAB delimited simple text file.

Usage

1
write.madata(madata, datafile="madata.txt", designfile="design.txt") 

Arguments

madata

The object to be output. It must be an object of class madata.

datafile

The output file name for the data.

designfile

The output file name for the design file.

Author(s)

Hao Wu

Examples

1
2
3
4
5
6
7
8
9
# load abf1 data
data(abf1)
# take out first 6 arrays
## Not run: 
smalldata <- subset(abf1, array=1:6)
# write to file
write.madata(smalldata, datafile="smallabf1.txt",
      designfile="smallabf1design.txt")
## End(Not run)

maanova documentation built on Nov. 8, 2020, 8:21 p.m.