Hi; I am trying to analyse tissue specific expression and fold change by DESeq2 for Denovo assembelled transcriptome Problem is that I have a data matrix file of Expected counts in which some values are decimal So I am trying to convert them into integer by round() but I am getting Error code and error below
> data <- round(data)
Error in Math.data.frame(list(TranscriptID = c("TRINITY_DN61711_c0_g1_i1", :
non-numeric-alike variable(s) in data frame: TranscriptID
Can Anyone help me in changing all the values to integer without effecting my 1st column which is basically header of each row in my data
Or If there is some better pipeline to follow....
Thanks Shashank
Thanks Basti for help