wrapper to write expression data to a tab delimited, non-quoted table with the rownames in the first column with a column header which makes it suitable for opening in a spreadsheet (which would normally puts the column names starting from 1st col instead of the 2nd col)
1 2 3 4 5 | write.expression.data(x, file, idtype = "GenBankID",
digits = 4, na = "")
write.expression(x, file, idtype = "GenBankID",
digits = 4, na = "")
|
Mark Cowley, 25 May 2006
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.