Entering edit mode
Hi I'm using DESeq2 to compare transcritome data. I want to run some clustering analysis and PCA and I started by rlog transforming the values of my dds object
i did
rld <- rlog(ddsFull)
and I got:
Error: could not find function "rlog"
I try with the rlogTransformation() comand but got the same error.
Can some one help with this?