View source: R/detect_biallelic_markers.R
detect_biallelic_markers | R Documentation |
Detect if markers in tidy dataset or radiator gds are biallelic. Used internally in radiator and might be of interest for users.
detect_biallelic_markers(
data,
verbose = FALSE,
parallel.core = parallel::detectCores() - 1
)
data |
(4 options) A file or object generated by radiator:
How to get GDS and tidy data ?
Look into |
verbose |
(optional, logical) |
parallel.core |
(optional) The number of core used for parallel
execution.
Default: |
A logical character string (TRUE/FALSE). That answer the question if the data set is biallelic or not.
Thierry Gosselin thierrygosselin@icloud.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.