list_all: Listing unique alleles

Description Usage Arguments Value Author(s) Examples

Description

list_all_tab returns a table with loci in column and unique alleles in row.

Usage

1
list_all_tab(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 table (one population) or a list of tables (several populations) with the unique alleles per locus.

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

Examples

1
2
3
4
5

RClone documentation built on May 15, 2021, 5:07 p.m.