DESeq2 - shrunken LFC calculation
1
0
Entering edit mode
@alexandrgopanenko-11598
Last seen 9 months ago
Germany

Hello everyone!

I want to ask a question regarding the usage of shrinkage estimators in the frame of differential expression and translation efficiency analysis with DESeq2.

I have to analyze RNA-seq and polysome profiling (or Ribo-seq) datasets in two conditions (e.g. KD vs NORMA).

I used the formula below:

ddsFull <- DESeqDataSetFromMatrix(countsData, colData, design = ~ assay + condition + assay:condition).

dds <- DESeq(ddsFull, test = "LRT", reduced = ~assay + condition).

Next I want to calculate shrunken LFC values:

resultsNames(dds) "Intercept" "assay_rna_seq_vs_ribo_seq" "condition_KD_vs_N" "assayrna_seq.conditionKD"

res_LFCshrinken <- lfcShrink(dds, coef=?, res = res_unshrinken, type="apeglm").

The question is what coef should I use? Could you please explain how to deal with coef parameter?

Thank you in advance, Alexandr

apeglm DESeq2 • 931 views
ADD COMMENT
0
Entering edit mode
@mikelove
Last seen 6 hours ago
United States

Take a look first at the vignette. It talks about this at length.

ADD COMMENT

Login before adding your answer.

Traffic: 598 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6