calc_bias: Function for calculating LOQ

Description Usage Arguments Value

Description

Function for calculating LOQ

Usage

1
2
calc_bias(MRD, input_cancer_cells, bias.plot = TRUE, log = TRUE,
  log_offset = 1e-06)

Arguments

MRD

The measured MRD values

input_cancer_cells

The pre-specified input. Note: can be frequency or any other input value

bias.plot

If TRUE, returns a ggplot of the bias

log

Boolean for log10-transforming input_cancer_cells, default TRUE

log_offset

log offset for transformation to avoid log(0), default 1e-6

Value

Returns a list containing results: a data.frame with bias and relative bias. If bias.plot == TRUE, also contains a ggplot of bias vs. input cancer cells.


AdaptiveCompBio/EOS documentation built on May 26, 2019, 6:37 a.m.