Entering edit mode
Jason Skelton
▴
510
@jason-skelton-135
Last seen 10.2 years ago
I've tried several ways of retrieving data for excel formats
from results produce from marrayNorm
I was wondering if I'm looking at the wrong functions to produce this
data
write.table, write.csv, sink as suggested by the documentation
However the write functions give the following error message
Error in as.data.frame.default(x[[i]], optional = TRUE) :
can't coerce marrayNorm into a data.frame etc
sink gives ->
file' must be NULL, a connection or a character string
Any ideas the easiest way to retrieve data from marryNorm ?
Thanks
Jason