CI for logCPM (fitted values)
1
0
Entering edit mode
HS ▴ 10
@hakusen03-10599
Last seen 5 months ago
United States

Hello,

I'm plotting fitted curves for my genes of interest using logCPM, and I need to include the CI. I'm not sure how to do this using using the edgeR DEGlist. Do you have a recommendation on how to get the CI? I'm sorry for making such a basic question, but I'm not sure how to calculate it based on a negative binomial distribution.

CI= fitted mean +- margin error margin error = t_score * sterr t_score= qt(alpha/2, df, lower.tail=F) sterr = std/sqrt(n) std = sd(fit$fitted.values) ???

Best regards,

RNAseq edgeR • 535 views
ADD COMMENT
0
Entering edit mode
@gordon-smyth
Last seen 40 minutes ago
WEHI, Melbourne, Australia

edgeR does not provide confidence intervals for fitted values. edgeR doesn't use t-statistics so the formula you give doesn't apply.

Note that fitted values are obtained from edgeR fit objects (DGEGLM class) rather than from DGEList objects.

ADD COMMENT

Login before adding your answer.

Traffic: 424 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