models: View which models have been fit

Description Usage Arguments Value Examples

Description

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

Usage

1
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

1
2
3
4
5
6
7
# 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/zika documentation built on May 24, 2019, 5:58 p.m.