| Austria | R Documentation |
Population allele frequency data for 16 autosomal Short Tandem Repeat (STR) markers from the Austrian population. Focused on core forensic markers used in European laboratories.
data(Austria)
A data frame with 66 rows (alleles) and 17 columns. First column is Allele (repeat number), remaining columns are allele frequencies for each STR marker.
This dataset contains allele frequencies for the following 16 STR markers: D1S1656, D2S1338, D2S441, D3S1358, D8S1179, D10S1248, D12S391, D16S539, D18S51, D19S433, D21S11, D22S1045, FGA, SE33, TH01, VWA.
These markers correspond to the European Standard Set (ESS) of forensic STR loci plus commonly used additional markers.
Austrian population frequency data. Format compatible with pedtools and forrel packages.
Parson W, et al. (2008). "The EDNAP standardization of the NGM amplification kit." Forensic Science International: Genetics Supplement Series, 1(1), 183-184. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1016/j.fsigss.2007.10.062")}
get_allele_freqs for extracting frequencies,
sim_lr_genetic for LR simulations.
Other European databases: Europe, BosniaHerz
# Load the dataset
data(Austria)
# View structure
head(Austria)
# Compare with Bosnia-Herzegovina (same marker set)
data(BosniaHerz)
identical(names(Austria), names(BosniaHerz)) # TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.