Description Slots Methods Author(s) See Also Examples
View source: R/classes_constructors.R
The S4 tabfreq
class is used to store allele frequencies, from either one or several populations.
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)
signature(x = "tabfreq")
: gives the names of the attributes of a tabfreq object
signature(object = "tabfreq")
: shows a tabfreq object
signature(object="tabfreq")
: prints a tabfreq object
Hinda Haned contact@hindahaned.info
as.tabfreq
, is.tabfreq
and simugeno
for genotypes simulation from allele frequencies stored in a tabfreq
object
1 | showClass("tabfreq")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.