[BioC] Beginner's question: ebayes

Vincent Carey 525-2265 stvjc at channing.harvard.edu
Tue Mar 16 12:55:55 MET 2004


> Dear all:
> I've got 30 chips, 5 controls and 5 chips x5 treatment groups and decided that LIMMA would be the best to analyze these data.
> I am using this package for the first time (downloaded and installed today, March 16 2004) and I am thus following the manual instructions. But Alas!
> I've got the following error message:
>
> fit2 < eBayes(fit2)

note that you are using "<", a comparison operator, where
i believe you intend "<-", an assignment operator.

try

fit2 <- eBayes(fit2) # unless you'd like to keep fit2 around...



More information about the Bioconductor mailing list