order_sample {genomatic}R Documentation

Order samples alphanumerically

Description

Organizes the data alpha-numerically.

Usage

order_sample(data_df)

Arguments

data_df A data.frame of data where the first column is the sample name.

Details

A data.frame of data where the first column is the sample name. The data.frame is reordered alpha-numerically based on sample name.

Value

A 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]