nrBands {RFLPtools} | R Documentation |
Function to compute number of bands.
Description
Computes groups based on the number of bands per sample in a RFLP data set. Each group comprises RFLP-samples with equal number of bands.
Usage
nrBands(x)
Arguments
x |
data.frame with RFLP data; see |
Details
The function computes groups based on the number of bands per sample in a RFLP data set. Each group comprises RFLP-samples with equal number of bands.
Value
Number of bands per RFLP-samples.
Author(s)
Fabienne Flessa Fabienne.Flessa@uni-bayreuth.de,
Alexandra Kehl Alexandra.Kehl@uni-tuebingen.de,
Matthias Kohl Matthias.Kohl@stamats.de
References
Flessa, F., Kehl, A., Kohl, M. Analysing diversity and community structures using PCR-RFLP: a new software application. Molecular Ecology Resources 2013 Jul; 13(4):726-33.
See Also
Examples
data(RFLPdata)
nrBands(RFLPdata)
[Package RFLPtools version 2.0 Index]