Description Usage Arguments Value See Also Examples
This function converts a frequency table object into a list of pedtools marker
objects.
1 | to_pedtools_markers(x, ped, scale = TRUE)
|
x |
a |
ped |
a |
scale |
wether to scale allele frequencies so that they sum up to one (which is required by pedtools) |
a list of marker
objects
1 2 3 | library(pedtools)
p <- nuclearPed(1)
p <- setMarkers(p, m = to_pedtools_markers(ft_nist_african_american, p))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.