Re: [R] problems saving and loading (PLMset) objects

2007-07-31 Thread James W. MacDonald
Hi Quin, First off, you should ask questions about Bioconductor packages on the BioC listserv rather than R-help. Anyway, I don't think your PLMset objects are coming out all wrong - it doesn't appear that you are loading the affyPLM package first, which is required for R to know anything

Re: [R] problems saving and loading (PLMset) objects

2007-07-31 Thread Quin Wills
@stat.math.ethz.ch Subject: Re: [R] problems saving and loading (PLMset) objects Hi Quin, First off, you should ask questions about Bioconductor packages on the BioC listserv rather than R-help. Anyway, I don't think your PLMset objects are coming out all wrong - it doesn't appear that you

Re: [R] problems saving and loading (PLMset) objects

2007-07-31 Thread James W. MacDonald
: 31 July 2007 14:54 To: Quin Wills Cc: r-help@stat.math.ethz.ch Subject: Re: [R] problems saving and loading (PLMset) objects Hi Quin, First off, you should ask questions about Bioconductor packages on the BioC listserv rather than R-help. Anyway, I don't think your PLMset objects

[R] problems saving and loading (PLMset) objects

2007-07-30 Thread Quin Wills
Hi I'm running the latest R on a presumably up to date Linux server. 'Doing something silly I'm sure, but can't see why my saved PLMset objects come out all wrong. To use an example: Setting up an example PLMset (I have the same problem no matter what example I use) library(affyPLM)

Re: [R] problems saving and loading (PLMset) objects

2007-07-30 Thread Quin Wills
To: Quin Wills Cc: r-help@stat.math.ethz.ch Subject: Re: [R] problems saving and loading (PLMset) objects you just need to say: load(expr.RData) You should not be assigning it to 'expr' since it is already 'load'ed On 7/30/07, Quin Wills [EMAIL PROTECTED] wrote: Hi I'm running the latest R

Re: [R] problems saving and loading (PLMset) objects

2007-07-30 Thread jim holtman
you just need to say: load(expr.RData) You should not be assigning it to 'expr' since it is already 'load'ed On 7/30/07, Quin Wills [EMAIL PROTECTED] wrote: Hi I'm running the latest R on a presumably up to date Linux server. 'Doing something silly I'm sure, but can't see why my saved