help for deseq2
1
0
Entering edit mode
@ndiayediop2-15825
Last seen 5.9 years ago

hi 

i would like a help please

dds=DESeqDataSetFromMatrix(count = count,colData = colData,design = ~condition)

Error in DESeqDataSet(se, design = design, ignoreRank) : 
  some values in assay are negative

mirna-seq • 789 views
ADD COMMENT
1
Entering edit mode
@james-w-macdonald-5106
Last seen 6 hours ago
United States

The error says that your count data has only 1 column, but the colData has 16. You need to have as many columns in your count data as you have rows in your colData.

ADD COMMENT
0
Entering edit mode

mais si je fais un View (count) je vois mes colonnes

ADD REPLY

Login before adding your answer.

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