Row and column design for Micro-array data data analysis?
1
0
Entering edit mode
@mathavanbioinfo-11955
Last seen 15 days ago
India

Hello 

I am trying to DEG by Limma with R i got error message , can any one help me

> fit = lmFit(celfiles.gcrma, design)
Error in lmFit(celfiles.gcrma, design) : 
  row dimension of design doesn't match column dimension of data object

 

limma • 901 views
ADD COMMENT
0
Entering edit mode
@gordon-smyth
Last seen 1 hour ago
WEHI, Melbourne, Australia

Well, the error message seems pretty self explanatory. There has to be a column of the data object 'celfiles.gcrma' for each RNA sample you are trying to analyze and a row of the design matrix for each sample. But the number of columns of 'celfiles.gcrma' doesn't agree with the number of rows of 'design'. So over to you -- time for you to check what you've done so far.

Try typing dim(celfiles.gcrma) and dim(design).

ADD COMMENT

Login before adding your answer.

Traffic: 482 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6