read_STRidER_xml {forensicpopdata}R Documentation

Parse allele frequencies from STRidER database

Description

Parse allele frequencies from STRidER database

Usage

read_STRidER_xml(xml_file = "https://strider.online/frequencies/xml")

Arguments

xml_file

Path to XML file. Default is "https://strider.online/frequencies/xml"

Value

A named list by population. Each population is a list of loci with named numeric vectors of allele frequencies. Each vector has an attribute N for sample size (number of alleles observed).

References

Bodner M. et al. (2016), 'Recommendations of the DNA Commission of the International Society for Forensic Genetics (ISFG) on quality control of autosomal Short Tandem Repeat allele frequency databasing (STRidER).', Forensic Sci. Int. Genet. 24, 97-102. doi:10.1016/j.fsigen.2016.06.008

@importFrom xml2 read_xml xml_find_all xml_text xml_find_first xml_attr @importFrom stats setNames

@examplesIf interactive() # Import STRidER database freqs <- read_STRidER_xml()

# Origins names(freqs)

# Access frequencies at the TH01 locus for the NORWAY origin freqs$NORWAY$TH01


[Package forensicpopdata version 1.0.4 Index]