gc_correct | R Documentation |
Perform GC-correction for IFS scores
gc_correct(
ifs,
span = 0.75,
max_training_dataset = 1000000L,
method = "standard",
return_model = FALSE,
...
)
span |
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.