compute_change: Compute a relative phenotype change

Description Usage Arguments Details Value

View source: R/phenotype_change.R

Description

Compute a relative phenotype change

Usage

1
2
3
4
5
6
7
8
compute_change(
  dF,
  statcol_central,
  statcol_spread,
  refcol,
  refvalue,
  chgmetric = NULL
)

Arguments

dF

dataframe for which to compute the change

chgmetric

string to quantify change. current option is log(x,avg,base=2)

Details

this function is called after summarise_phentypes() for a single phenotype

Value

dataframe


CougPhenomics/cppcutils documentation built on Oct. 14, 2020, 5:41 a.m.