View source: R/private_alleles.R
private_alleles | R Documentation |
The function highlight private alleles by strata, using a GDS or tidy file or object.
private_alleles(data, strata = NULL, verbose = TRUE)
data |
(4 options) A file or object generated by radiator:
How to get GDS and tidy data ?
Look into |
strata |
(path or object) The strata file or object.
Additional documentation is available in |
verbose |
(optional, logical) When |
A list with an object highlighting private alleles by markers and strata and a second object with private alleles summarized by strata.
Thierry Gosselin thierrygosselin@icloud.com
## Not run:
corals.private.alleles.by.pop <- radiator::private_alleles(data = tidy, strata = strata.pop)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.