Hi,
I would like to clarify how Ballgown computes the fold change (FC)?
If "group" is defined as c('KO','WT'), what value goes to numerator, and what to denominator? FC= KO/WT or FC=WT/KO
pData(bg) = data.frame(id=sampleNames(bg), group=rep(c('KO', 'WT')
FC= ?
Thank you!
Is KO & WT the covariate considered during stattest?