Taking R-Program Created Microarray Data Table & Pasting it Into MS Excel
Hello Everyone,
I am using R Program to read GSE Matrix Files of Microarray Data and I have been able to generate Microarray Data Tables.
Is there any way to have those Microarray Data Tables uploaded or even copy-pasted onto MS Excel?
Any help would be appreciated. Thank you in advance.
Best Regards,
Darrell
• 769 views
•
link
1 answer
At its simplest, the write.csv command from R will save a csv file with your table, which can be opened by Excel. Type ?write.csv in the R prompt for more info.
You can also save the file using the xlsx R package (example, see "Write data to an Excel file") if you want the xlsx Excel format specifically.
• 0 views
•
link
Log in to answer this question.
Hello drobinson289!
We believe that this post does not fit the main topic of this site.
This topic is plain file IO and not really bioinformatics, please search StackOverflow for answers.
For this reason we have closed your question. This allows us to keep the site focused on the topics that the community can help with.
If you disagree please tell us why in a reply below, we'll be happy to talk about it.
Cheers!