Learn R Programming

strvalidator (version 1.3.0)

readPanelsFile: Read Panels file

Description

readPanelsFile reads GeneMapper Panels files.

Usage

readPanelsFile(panelFiles, debug = FALSE)

Arguments

panelFiles
string, complete path to Panels file.
debug
logical indicating printing debug information.

Value

  • data.frame containing the columns 'Panel', 'Marker', 'Color', 'Marker.Min', 'Marker.Max', 'Repeat'.

Details

Reads useful information from Panels files and save it as a data.frame.