View source: R/detect_biallelic_problems.R
detect_biallelic_problems | R Documentation |
Detect the number of alleles/nucleotides per markers. Sometimes, a dataset might have 3 alleles at a SNP, is this biological or artifactual ? This function helps to resolve this, by highlighting markers with this potential problem, so that user can further look at the origin of the phenomenon. The function can also split datasets in biallelic/multiallelic datasets.
detect_biallelic_problems(
data,
verbose = TRUE,
parallel.core = parallel::detectCores() - 1
)
data |
A tidy data frame object in the global environment or
a tidy data frame in wide or long format in the working directory.
The tidy dataset needs a column with nucleotide information |
verbose |
(optional, logical) |
parallel.core |
(optional) The number of core used for parallel
execution.
Default: |
Several info
Thierry Gosselin thierrygosselin@icloud.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.