Entering edit mode
Hi,
From my RefFreeEwasModel object, how can I extract the beta values. For example, if 'rf' is my RefFreeEwasModel object and I use this is input to the bootstrap, then how can I get the cell composition adjusted beta values from 'rfBoot'?
rf
# Get the bootstraps
rfBoot <- BootRefFreeEwasModel(rf, 100)
thanks!