# NOT RUN {
# Assume we have a sleuth object with a model fit to both genotype and drug,
models(so)
# formula: ~genotype + drug
# coefficients:
# (Intercept)
# genotypeKO
# drugDMSO
so <- sleuth_wt(so, 'genotypeKO')
so <- sleuth_wt(so, 'drugDMSO')
# }
Run the code above in your browser using DataLab