Skip to content
Prev 222069 / 398500 Next

doubt about samr siggenes.table$genes.up

On 2010-05-25 10:54, Leonardo K wrote:
Presumably you are getting this from an application of write.table?
If so, use the argument 'row.names = FALSE' to remove the *first*
column. See the first sentence in the 'CSV files' section of
?write.table.

Your second column is part of the data you're saving (probably
rownames from a larger dataframe or matrix).

  -Peter Ehlers