Limma and missing data
1
0
Entering edit mode
@sean-davis-490
Last seen 4 months ago
United States
I have a very noisy data set that I am having trouble thresholding to get useful genes, so I am resorting to using missing values. (Yes, I could impute, but my n is not huge and consists of four non-distinct groups). My question is: How does limma handle missing data? It doesn't mind NA's coming in, but does it correct for the different df at each gene given the number of NA's? Thanks, Sean
limma limma • 1.3k views
ADD COMMENT
1
Entering edit mode
Matthew Ritchie ▴ 1000
@matthew-ritchie-650
Last seen 1 day ago
Australia
Hi Sean, >I have a very noisy data set that I am having trouble thresholding to get >useful genes, so I am resorting to using missing values. (Yes, I could >impute, but my n is not huge and consists of four non-distinct groups). My >question is: > >How does limma handle missing data? > When fitting gene-wise linear models in limma using lmFit(), missing values are removed from the response vector of log-ratios, and the corresponding row/s of the design matrix are removed before the linear model is fitted to each gene. >It doesn't mind NA's coming in, but >does it correct for the different df at each gene given the number of NA's? > So yes, the degrees of freedom will depend on the number of missing values for each gene. Best wishes, Matt Ritchie >Thanks, >Sean >
ADD COMMENT

Login before adding your answer.

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