How to save affybatch objects
1
0
Entering edit mode
Yihuan Xu ▴ 130
@yihuan-xu-647
Last seen 9.6 years ago
After I read my .CEL file into the R, How can I save this object? Should I use save() and load()? if so, what file extension should I use? Thank you in advance. Best wishes, Yihuan
• 898 views
ADD COMMENT
0
Entering edit mode
@kasper-daniel-hansen-459
Last seen 9.6 years ago
On Mon, Jul 19, 2004 at 05:04:36PM -0400, Yihuan Xu wrote: > After I read my .CEL file into the R, How can I save this object? > > Should I use save() and load()? if so, what file extension should I use? save and load are good choices. The file extension is entirely up to you, I use .Rdata or .RData. Note you can save several objects in a single file by R> save(object1, objects2, file = "~/affyrun.RData") (or , file = "c:/affyrun.RData", if using windows) -- Kasper Daniel Hansen, Research Assistant Department of Biostatistics, University of Copenhagen
ADD COMMENT
0
Entering edit mode

Hi! (I wish your account is still active!) I can't correctly load the affybatch object. Before saving I can manipulate the object, but when I open a new terminal and load the object, it says it has null dimension for example. Which other saving affybatch options do exist? Thanks!

ADD REPLY

Login before adding your answer.

Traffic: 765 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6