How to extract beta coefficients from edgeR output
1
0
Entering edit mode
2.5 years ago
RNAseqer ▴ 260

I need to get the beta coefficients from my edgeR output. Does anyone know how to extract these.

rnaseq beta coefficient r edger • 848 views
ADD COMMENT
0
Entering edit mode
2.5 years ago
Gordon Smyth ★ 7.1k

The help page ?glmFit explains the meaning of all the components in the output object, in particular the coefficients matrix. So

fit <- glmFit(y, design)
head(fit$coefficients)
ADD COMMENT

Login before adding your answer.

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