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
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
The error message seems clear: DESeq2 is intended for count data, and counts cannot be negative. You'll have to identify an appropriate statistical model and implementation for your data. This answer is necessarily vague because I don't know anything about your experiment or data. This online course (https://www.edx.org/xseries/data-analysis-life-sciences) and associated textbook (https://leanpub.com/dataanalysisforthelifesciences) introduce different linear models and their implementations in R/Bioconductor.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
thank you Levi Waldron.i will try after.