models: View which models have been fit

View source: R/model.R

modelsR Documentation

View which models have been fit

Description

View which models have been fit. sleuth fits data using R formulas

Usage

models(obj, ...)

Arguments

obj

a sleuth object, containing kallisto results, usually made by sleuth_prep

Value

an R formula showing what has been fit

Examples

# 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

pachterlab/sleuth documentation built on July 4, 2025, 11:01 a.m.