Re: [R] expression matrix

2008-03-10 Thread Jabez Wilson
>Date: Sat, 8 Mar 2008 04:56:58 -0800 (PST) >From: Keizer_71 <[EMAIL PROTECTED]> >Subject: [R] expression matrix >To: r-help@r-project.org >Message-ID: <[EMAIL PROTECTED]> >Content-Type: text/plain; charset=us-ascii >Hello, >I am to run this R script but

Re: [R] expression matrix

2008-03-08 Thread Martin Morgan
Christophe -- You'll want to coerce golubMerge to an ExpressionSet. > library(Biobase) > library(golubEsets) > data(golubMerge) > golubUpdated <- as(golubMerge, "ExpressionSet") Warning messages: 1: In asMethod(object) : missing or mis-shaped 'se.exprs' in original object; creating ExpressionSet

Re: [R] expression matrix

2008-03-08 Thread Douglas Bates
On Sat, Mar 8, 2008 at 7:00 AM, Keizer_71 <[EMAIL PROTECTED]> wrote: > Hello, > I am to run this R script but i keep getting this error. > > expr<-exprs(golubMerge) > Warning message: > The exprSet class is deprecated, use ExpressionSet instead > I tried to find information on the website

[R] expression matrix

2008-03-08 Thread Keizer_71
Hello, I am to run this R script but i keep getting this error. > expr<-exprs(golubMerge) Warning message: The exprSet class is deprecated, use ExpressionSet instead I tried to find information on the website but no luck. (exprSet...etc) thank you. -- View this message in context: http://ww

[R] expression matrix

2008-03-08 Thread Keizer_71
Hello, I am to run this R script but i keep getting this error. > expr<-exprs(golubMerge) Warning message: The exprSet class is deprecated, use ExpressionSet instead I tried to find information on the website but no luck. (exprSet...etc) thank you. -- View this message in context: http://ww