I have normalized gene-expression data for about 23000 genes. The values are not integers.
So, when I run the dds <- on Deseq2, I got the following error:
"some values in assay are not integers"
Is there any commands in Deseq2 to fix this error? I mean how I can use normalized data directly into Deseq2?
Thanks
It would help to give more background about what your expression data represent. Are they from RNA-seq or from some other technology? By what method were the normalized expression values computed?