What are cov.coefficients and cov.coefficients.list returned by dream()?
0
1
Entering edit mode
Junghoon ▴ 10
@649f7bcf
Last seen 2.6 years ago
South Korea

The MArrayLM2 object returned by dream() contains cov.coefficients and cov.coefficients.list as its components. cov.coefficients is a single matrix, and cov.coefficients.list is a list of matrices that are as many as the genes included in the analysis. The ?dream documentation has no explanation for these components, and the ?MArrayLM documentation of limma states that cov.coefficients is a "numeric matrix giving the unscaled covariance matrix of the estimable coefficients." That still doesn't make a clear sense to me because the covariance matrix of coefficients should be different for each gene, but cov.coefficients is just a single matrix. I also checked if cov.coefficients is the same as cov(coefficients) (where coefficients is another component that lmFit() and dream() return), but it was not the case. Can someone clarify what they really are?

variancePartition limma • 785 views
ADD COMMENT

Login before adding your answer.

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