DESeq2 for Differential gene expression
2
0
Entering edit mode
3.8 years ago

Hi

Currently I am working on differential gene expression and using DESeq2 package but during execution I got error that expression values should be integer and my expression values in float form. How can I resolve this issue?

differential-gene-expression • 1.1k views
ADD COMMENT
1
Entering edit mode
3.7 years ago
Arindam Ghosh ▴ 510

Which tool did you use to generate expression values? I usually use FeatureCounts and I have not experienced float expression value yet. Also please check if the expression values are raw counts or has been pre-normalised. Float expression values are possible after normalisation. DESeq2 requires non-normalised data.

ADD COMMENT
1
Entering edit mode
3.7 years ago
Shalu Jhanwar ▴ 520

Are you using RSEM Salmon, kallisto etc for quantification of expression counts? If yes, you can directly import counts in DEseq2 object using tximport package. For e.g. counts from RSEM can be imported by setting type to rsem, and txIn and txOut to FALSE. Have a look at https://bioconductor.org/packages/release/bioc/vignettes/tximport/inst/doc/tximport.html.

Hope this helps!

ADD COMMENT

Login before adding your answer.

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