qianli10000 / lncDIFF

0 stars 1 forks source link

usage of covariate #2

Open deliacp opened 4 years ago

deliacp commented 4 years ago

I am running

lncDIFF(edata = edata, group = tags, CompareGroups = c("A", "B")).

However, with this code I get the error

Error in dimnames(x) <- dn : length of 'dimnames' [2] not equal to array extent

The dimensions of all the elements are right (edata is a data frame of 9246x15, tags is a vector of length 15).

The issue is solved when I include the argument covariate=matrix(tags).

Any idea of what I am doing wrong? How can I avoid using covariates in my analysis?

Best regards