kinship: Loiselle and Ritland kinship coefficients

Description Usage Arguments Value Author(s) References See Also Examples

Description

kinship_Loiselle and kinship_Ritland compute average genetic distances or kinship coefficients.

Usage

1
2
kinship_Loiselle(data1, haploid = FALSE, vecpop = NULL)
kinship_Ritland(data1, haploid = FALSE, vecpop = NULL)

Arguments

data1

a Rclone table with one allele per column.

haploid

logical, option, haploid indicates the ploidy level of data1.

vecpop

vector, option, vecpop indicates the population name of each unit of data1, if data1 contains several populations. If data1 contains only one population, leave vecpop = NULL.

Value

a dist object (or a list of dist objects for multi-population data1) with genetic distances between pairs of units.

Author(s)

Creator/Author: Diane Bailleul <diane.bailleul.pro@gmail.com>
Author: Sophie Arnaud-Haond <sophie.arnaud@ifremer.fr>
Contributor: Solenn Stoeckel

The R implementation of RClone was written by Diane Bailleul.

The design was inspired by GenClone program described in Arnaud-Haond & Belkhir (2007).

References

Loiselle et al., 1995, Spatial genetic structure of a tropical understory shrub, Psychotria officinalis (Rubiaceae).

Ritland, 1996, A marker-based method for inferences about quantitative inheritance in natural populations.

Arnaud-Haond et al., 2007, Standardizing methods to address clonality in population studies.

See Also

autocorrelation

Examples

1
2
3
4
data(posidonia)

#kinship_Loiselle(posidonia)
#kinship_Ritland(posidonia)

dbailleul/RClone documentation built on May 17, 2021, 3:04 p.m.