gc_correct: Perform GC-correction for IFS scores

gc_correctR Documentation

Perform GC-correction for IFS scores

Description

Perform GC-correction for IFS scores

Usage

gc_correct(
  ifs,
  span = 0.75,
  max_training_dataset = 1000000L,
  method = "standard",
  return_model = FALSE,
  ...
)

Arguments

span

span used in LOESS fit.

max_training_dataset

LOESS can be slow for a large dataset. If it contains more data points than this parameter, we will sample a subset and do the training.

method

If standard, the built-in loess function will be used for the calculation. If caret, will use gamLOESS


haizi-zh/cragr documentation built on Jan. 29, 2024, 7:48 p.m.