Learn R Programming

strvalidator (version 2.4.1)

readPanelsFile: Read Panels File

Description

Reads GeneMapper Panels files.

Usage

readPanelsFile(panel.files, debug = FALSE)

Value

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

Arguments

panel.files

string, complete path to Panels file.

debug

logical indicating printing debug information.

Details

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