Learn R Programming

RFLPtools (version 2.0)

RFLPcombine: Combine RFLP data sets

Description

Function to combine an arbitrary number of RFLP data sets.

Usage

RFLPcombine(…)

Arguments

two or more data.frames with RFLP data.

Value

A data.frame with variables

Sample

character: sample identifier.

Band

integer: band number.

MW

integer: molecular weight.

Gel

character: gel identifier.

Details

The data sets are combined using rbind.

If data sets with identical sample identifiers are given, the identifiers are made unique using make.unique.

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

RFLPdata

Examples

Run this code
# NOT RUN {
data(RFLPdata)
res <- RFLPcombine(RFLPdata, RFLPdata, RFLPdata)
RFLPplot(res, nrBands = 4)
# }

Run the code above in your browser using DataLab