Hi,
I use Limma to assess differential expression of miRNAs. I have 3 donnors, two conditions, and two days of experimentation (D7 and D21), for 361 miRNA.
When i submit the program below to compare miRNAs expression at Day 7, i found that the fit$s2.post was equal to fit$s2.prior for all my miRNAs. so that suppose that the same variance is used whatever the miRNA
for the moderated t-test. What does it mean ?
best regards,
Julie
#Day 7
donnor <- factor(tableD7$Donnor)
Type <- factor(tableD7$Type, levels=c("Q","SIPS"))
design <- model.matrix(~donnor+Type)
fit <- lmFit(arnEXTD7QvsSIPS, design)
fit <- eBayes(fit)
> fit$s2.prior [1] 1.786667
> fit$s2.post [1] 1.786667 1.786667 1.786667 1.786667 1.786667 1.786667 1.786667 1.786667 1.786667 1.786667 1.786667 1.786667 1.786667 1.786667 [15] 1.786667 1.786667 1.786667 1.786667 1.786667 1.786667 1.786667 1.786667 1.786667 1.786667 1.786667 1.786667 1.786667 1.786667 [29] 1.786667 1.786667 1.786667 1.786667 1.786667 1.786667 1.786667 1.786667 1.786667 1.786667 1.786667 1.786667 1.786667 1.786667 [43] 1.786667 1.786667 1.786667 1.786667 1.786667 1.786667 1.786667....
Thanks for your fast reply.
I am not very familiar with this type of data but indeed when i cheked the residual variances most of them are small but some of them present a very large value for specific miRNA.
Kind regards
Julie