tabfreq: forensim class for population allele frequencies

Description Slots Methods Author(s) See Also Examples

View source: R/classes_constructors.R

Description

The S4 tabfreq class is used to store allele frequencies, from either one or several populations.

Slots

tab:

a list giving allele frequencies for each locus. If there are several populations, tab gives allele frequencies in each population

which.loc:

character vector giving the names of the loci

pop.names:

factor of populations names (optional)

Methods

names

signature(x = "tabfreq")

: gives the names of the attributes of a tabfreq object

show

signature(object = "tabfreq")

: shows a tabfreq object

print

signature(object="tabfreq")

: prints a tabfreq object

Author(s)

Hinda Haned contact@hindahaned.info

See Also

as.tabfreq, is.tabfreq and simugeno for genotypes simulation from allele frequencies stored in a tabfreq object

Examples

1
showClass("tabfreq")

forensim documentation built on May 2, 2019, 6:09 p.m.

Related to tabfreq in forensim...