Hi,
What would be the command to avoid normalization if I have FPKM values in dataframe df. I am using following commands:
my_dds <- DESeqDataSetFromMatrix(countData = df, colData = my_Design, design = ~ condition)
my_res_LFC <- lfcShrink(DESeq(my_dds), coef = 2, type = "apeglm")
• 0 views
•
link