Entering edit mode
zzjerryzhang
▴
10
@zzjerryzhang-11066
Last seen 8.8 years ago
Hello,
I have multi level experiment limma design. I want to ask after I create fit object by fit <- lmFit(v,design,block=targets$Subject,correlation=corfit$consensus)
, can I split fit by block to several small fit object to calculate coefficient within each block like original big fit object?
thanks
correction: it is not fit, it is v <- voom(dge,design,plot=TRUE), v has block, I split v to small v by block , then do the limma analysis to estimate coefficient within block, is it OK?