Error in design matrix command of R
0
1
Entering edit mode
8.0 years ago
786 ▴ 50

Hi I'm working on R and facing some error can anyone please help me out in removing the error please. It will be very helpful.

fit = lmFit(gse50397eset, design_gse50397)
Error in lmFit(gse50397eset, design_gse50397) : 
  row dimension of design doesn't match column dimension of data object
R limma affy bioconductor • 3.1k views
ADD COMMENT
3
Entering edit mode

Can you check and post:

dim(gse50397eset)
dim(design_gse50397)
ADD REPLY
0
Entering edit mode

You should have a look at this thread: Error in R Script something rather similar is discussed there

ADD REPLY
0
Entering edit mode

I've read it that was something different in the case you're refering the control and disease were not identified but in this scenario there is a problem in matching of no of rows and columns

ADD REPLY
0
Entering edit mode

Could you post the code with which you created the gse50397eset and design_gse50397 objects? Kinda hard to troubleshoot now.

ADD REPLY

Login before adding your answer.

Traffic: 3020 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