models | R Documentation |
View which models have been fit. sleuth fits data using R formulas
models(obj, ...)
obj |
a sleuth object, containing kallisto results, usually made by sleuth_prep |
an R formula showing what has been fit
# imagine you have a set of samples from input and IP, and input has been set to intercept
models(so)
# [full]
# formula: ~condition
# coefficients:
# (Intercept)
# conditionIP
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.