fit_lin_fit: Processes a flow dataset of induction timeseries

Description Usage Arguments Value

View source: R/fit_lin_fit.R

Description

Fits a linear function to some data and returns a dataframe containing the slope and intercept

Usage

1
fit_lin_fit(dat, return_model = FALSE)

Arguments

dat

The dataframe containing columns corresponding to recovery times ("timepoint") and log ratios of cell types ("growth.ratio")

return_model

boolean; whether or not to return the modeled object

Value

dataframe with slope and intercept


ctriandafillou/flownalysis documentation built on Sept. 7, 2020, 1:48 a.m.