Hi,
I run differential gene expression with DeSeq2.
dds <- DESeq(dds)
rld <- rlog(dds, blind=False)
vsdata <- vst(dds, blind=FALSE)
If my goal is to find association between gene expression (RNA-seq ) and methylation, should I use the normalized DESeq object dds
or transformed normlaized counts rld
/ vsdata
or the log2FC? previous study use FPKM, RPKM
I'm confused & thanks in advance for your help
Thanks for the reference!!!!!