Learn R Programming

RFLPtools (version 2.0)

RFLPdata: Example data set for RFLP data

Description

This is an example data set for RFLP data.

Usage

data(RFLPdata)

Arguments

Format

A data frame with 737 observations on the following four variables

Sample

character: sample identifier.

Band

integer: band number.

MW

integer: molecular weight.

Gel

character: gel identifier.

Details

The molecular weight was determined using the software package Gene Profiler 4.05 (Scanalytics Inc.) for DNA fragment analysis and genotyping, and exported to a text file.

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.

Examples

Run this code
# NOT RUN {
data(RFLPdata)
str(RFLPdata)
# }

Run the code above in your browser using DataLab