init_gmtc {genomatic}R Documentation

Initializes a genomatic data.frame

Description

Initializes a genomatic data.frame.

Usage

init_gmtc(loci)

Arguments

loci A data.frame of loci used in the project

Details

This function initializes a genomatic data.frame. This format is used throughout the genomatic process. A genomatic data.frame is specific to diploid organisms. The first coloumn is a population code. The second column is an individual code. All following columns are diploid loci in pairs. For example, columns three and four would contain locus one alleles a and b.

Value

Returns a genomatic data.frame.

Author(s)

Brian J. Knaus bknaus@fs.fed.us http://brianknaus.com

References

Knaus, B.J. In prep. Genomatic: an R package for DNA fragment analysis project management.


[Package genomatic version 0.0-7 Index]