freqImport {euroformix} | R Documentation |
FreqImport is a function to import allele frequencies directly from file(s) supporting text format, xml. It also supports an URL path reading XML format (as for the STRidER webpage).
freqImport(f = NULL, url = FALSE, xml = FALSE)
f |
The path of file(s) or an url. If file(s), then the url argument must be FALSE. |
url |
A boolean of whether f is pointing to an url or not. Default is FALSE. |
xml |
A boolean of whether f is pointing to an xml format file or not. If FALSE then table formats with standard separator types are considered. Default is FALSE. |
The function reads XML as input, directly from an URL or local file, and return a list of populations.
dblist A list giving the population frequencies for every population
Oyvind Bleka