Learn R Programming

strvalidator (version 0.1)

getKit: Get kit

Description

getKit provides information about STR kits.

Usage

getKit(kitNameOrIndex = NULL, showMessages = FALSE)

Arguments

kitNameOrIndex
string or integer specifying the kit.
showMessages
logical, default TRUE for printing messages to the R promt.

Value

  • list with kit information.

Details

The function returns the following information for a supported kit: Short kit name, Full kit name, Marker/locus names, Dye for each marker/locus, Start offset (in base pairs) for each marker, Size of repeating unit (in base pairs) for each marker. If no matching kit or kit index is found NA is returned. If NULL a vector of available kits is printed and NA returned.

Examples

Run this code
getKit("ESX17")

Run the code above in your browser using DataLab