sort_all: Sorting alleles

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

View source: R/RClone.R

Description

sort_all sorts alleles of diploid data by increasing order.

Usage

1
sort_all(data1)

Arguments

data1

a Rclone table with one allele per column.

Details

To use properly RClone functions on diploid data, you MUST be sure that your alleles are sorted by increasing order.
Run this function before any analysis.

Value

a table of exact format of data1, but with alleles sorted.

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

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

See Also

convert_GC for tables with one locus per column.

Examples

1
2
3

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