frequencies | R Documentation |
A data set of allele frequencies for four countries: Colombia, French Guiana, Mali and Sengal.
frequencies
Each entry of the list is a matrix, fs
say, with m=126
rows and Kmax=44 variables, where m is the marker count and
Kmax is the maximum cardinality (per-marker allele count) observed
over all m markers. If, for any t = 1,...,m, the maximum
cardinality exceeds that of the t-th marker (i.e. if Kmax >
Kt), then all fs[t,1:Kt]
are in (0,1] and all
fs[t,(Kt+1):Kmax]
are zero. For example, for PF3D7_0103600 in Colombia, Kt
= 2 and frequencies$Colombia["PF3D7_0103600",] = (0.687075, 0.312925, 0, ..., 0)
.
Frequency (numeric) of the first allele
...
Frequency (numeric) of the Kmax allele
see https://github.com/artaylor85/paneljudge/blob/master/data_raw/Process_GTseq.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.