When I try rlog or varianceStabilizingTransformation I get the following error:
Error in DESeqDataSet(se, design = design, ignoreRank) :
some values in assay are not integers
my input data is RNA Seq count data (a matrix) where some values are 0 and rest are positive integers. Can you guide me why I am getting this error ? Thanks
We add 1 to RNA-seq counts for all the transcripts before the log transformation to get rid of the negative values.
so this will not effect the results at all.