- IBD_list
List of IBD probabilities
- gap
The size (in centiMorgans) of the gap between splined positions
- method
One of two options, either "linear" or "cubic". The default method (cubic) fits cubic splines, and although more accurate,
becomes computationally expensive in higher-density data-sets, where the linear option may be preferable.
- ncores
Number of cores to use, by default 1 only. Works both for Windows and UNIX (using doParallel
).
Use parallel::detectCores()
to find out how many cores you have available. Note that with large datasets, using multiple cores
will use large amounts of memory (RAM). Single-core or e.g. 2-core evaluations, although slower, is less memory-intensive.
- log
Character string specifying the log filename to which standard output should be written. If NULL
log is send to stdout.