freqImport {euroformix}R Documentation

freqImport

Description

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).

Usage

freqImport(f = NULL, url = FALSE, xml = FALSE)

Arguments

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.

Details

The function reads XML as input, directly from an URL or local file, and return a list of populations.

Value

dblist A list giving the population frequencies for every population

Author(s)

Oyvind Bleka


[Package euroformix version 1.11.3 Index]