TCGA single dataset normalization
1
0
Entering edit mode
2.6 years ago

how can i resolve it

 dds <- DESeqDataSetFromMatrix(countData = PAADgenomicMatrix, colData = Samples, design = ~ submitter_id.samples)
Error in DESeqDataSet(se, design = design, ignoreRank) : 
  some values in assay are negative
DESeq2 normalization • 675 views
ADD COMMENT
0
Entering edit mode
2.6 years ago
ATpoint 82k

The error is pretty clean. You have a counts table with negative counts. That indicates that these are not raw counts which should be positive integers (or floats depending on the quantification method). DESeq2 requires raw counts. What are these data?

ADD COMMENT

Login before adding your answer.

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