init_gmtc {genomatic} | R Documentation |
Initializes a genomatic data.frame.
init_gmtc(loci)
loci |
A data.frame of loci used in the project |
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.
Returns a genomatic data.frame.
Brian J. Knaus bknaus@fs.fed.us http://brianknaus.com
Knaus, B.J. In prep. Genomatic: an R package for DNA fragment analysis project management.