genotyper2genomatic {genomatic}R Documentation

Import genotyper tables

Description

Reformats data from the Genotyper table export format to the genomatic format.

Usage

genotyper2genomatic(gmtc, plate.l)

Arguments

gmtc A genomatic data.frame.
plate.l A list where each element is a plate of samples.

Details

This function reformats data from the Genotyper table export format to the genomatic format. It calls the functions ‘cat\_sorter’, ‘filename2sample’, ‘pop\_get’, and ‘order\_sample’ to accomplish this.

Value

Returns a formatted 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]