Skip to content

expression matrix

3 messages · Keizer_71, Douglas Bates, Martin Morgan

#
Hello,

I am to run this R script but i keep getting this error.
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.
#
On Sat, Mar 8, 2008 at 7:00 AM, Keizer_71 <christophe.lo at gmail.com> wrote:

            
I think you want to try the Bioconductor (http://www.bioconductor.org)
web site instead of the R web site.
#
Christophe -- You'll want to coerce golubMerge to an ExpressionSet.
Warning messages:
1: In asMethod(object) :
  missing or mis-shaped 'se.exprs' in original object; creating ExpressionSet without se.exprs
2: The phenoData class is deprecated, use AnnotatedDataFrame (with ExpressionSet) instead 
3: The phenoData class is deprecated, use AnnotatedDataFrame (with ExpressionSet) instead 

The warning messages above can, in this case, be ignored. After this,
everything should be fine, e.g.,
Martin

"Douglas Bates" <bates at stat.wisc.edu> writes: