[BioC] LIMMA error: No residual degrees of freedom

Saurin Jani saurin_jani at yahoo.com
Mon Nov 29 21:19:31 CET 2004


Hi ,

I have 4 CEL files and each one is in different Group.
I am doing ReadAffy() and RMA
 
> pData(myRMA);
     sample   pheno1 pheno2
A       1     Group1      1
B       2     Group2      2
C       3     Group3      3
D       4     Group4      4


> design <- model.matrix(~ 0 +factor(c(1,2,3,4)));
> colnames(design) <-
c("Group1","Group2","Group3","Group4");
> fit <- lmFit(myRMA,design);
> contrast.matrix1 <-
makeContrasts(Group2-Group1,Group3-Group4,Group2-Group3,Group4-Group1,Group3-Group1,Group4-Group2,levels
= design);
> fitM1 <- contrasts.fit(fit,contrast.matrix1);
> fitM1<- eBayes(fitM1);
Error in ebayes(fit = fit, proportion = proportion,
stdev.coef.lim = stdev.coef.lim) :
        No residual degrees of freedom in linear model
fits


Any suggestion will be great,

Thank you,
Saurin




		
__________________________________ 

The all-new My Yahoo! - What will yours do?



More information about the Bioconductor mailing list