sample_sorter {genomatic}R Documentation

Sorts data from separate lists into a data.frame

Description

Sorts data from separate lists into a data.frame

Usage

sample_sorter(samp_names, locus_l)

Arguments

samp_names a vector of sample names to sort all samples with
locus_l a list where each element contains data for a different locus

Details

Takes a vector of sample names and a list where each element in the list is a data.frame containinig a different locus and organizes this into a single data.frame.

Value

Returns a data.frame of sorted data.

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]