miRNA analysis with DESeq2
1
0
Entering edit mode
@064e8563
Last seen 2.0 years ago
Canada

Enter the body of text here I am trying to compare the seven columns (Herd_name + Cow_number + Udder_quarter + Treatment + Parity + DIM + Lactation_stage) but I keep getting error. Please, what am I doing wrong? I am new to R and DESeq2

dds1 <- DESeqDataSetFromMatrix(countData = cts_mature,
                               colData = coldata,
                               design = ~ Herd_name + Cow_number + Udder_quarter + Treatment + Parity + DIM + Lactation_stage)
Error in checkFullRank(modelMatrix) : 
  the model matrix is not full rank, so the model cannot be fit as specified.
  Levels or combinations of levels without any samples have resulted in
  column(s) of zeros in the model matrix.
mirna DESeq2 • 603 views
ADD COMMENT
0
Entering edit mode
@mikelove
Last seen 1 day ago
United States

The rest of the message directs you to read the vignette section, have you?

If you have further questions on specifying a valid design, I'd recommend collaborating with a local statistician or someone familiar with specifying linear models in R.

ADD COMMENT

Login before adding your answer.

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