check_mafs | R Documentation |
mafs
, the minor allele frequencies.Check the mafs
, the minor allele frequencies,
will stop if these are invalid.
check_mafs(mafs)
mafs |
one or more minor allele frequencies. These allele frequencies must be ordered decreasingly, i.e. the MAF is at the first position, where the even rarer alleles are at the second and third positions. Note that |
Richèl J.C. Bilderbeek
check_mafs(0.25)
check_mafs(c(0.1, 0.01))
check_mafs(c(0.1, 0.01, 0.001))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.