This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Differential gene expression help

while using lMFit function, i am getting "row dimension of design doesn't match column dimension of data object" , how to correct this error ?

r

1 answer

Your design matrix made with model.matrix() needs to have the same number of rows as the columns in your count table (i.e., the number of your samples). It'd help if you posted your code and examples.

Thanks, will work on it, then update with code

Log in to answer this question.