nf-core / slamseq

SLAMSeq processing and analysis pipeline
https://nf-co.re/slamseq
MIT License
7 stars 8 forks source link

Error in DESeqDataSet(se, design = design, ignoreRank) : some values in assay are not integer #39

Open mattheatley opened 1 year ago

mattheatley commented 1 year ago

error in deseq2_slamdunk.r that seems to be caused by floats

I have fixed this by changing countData and countData.Total on lines 95 & 101 to round(countData) & round(countData.Total)