marray (version 1.50.0)

write.marray: Data Output

Description

Calls the function write.table with predefine argument. The entries in each line (row) are separated by tab.

Usage

write.marray(mraw, file="maRawResults.xls", val="maM", ...)

Arguments

mraw
the object to be written, either a marrayRaw or marrayNorm object.
file
a character string representing the file name.
val
a character string representing the slotNames to be written.
...
further arguments to write.table.

Details

see write.table

See Also

write.table, write.list

Examples

Run this code
data(swirl)
write.marray(swirl[1:10,])

Run the code above in your browser using DataLab