Learn R Programming

genBaRcode (version 1.2.8)

getBackboneSelection: Predefined Barcode Backbone Sequences

Description

allows the user to choose between predefined backbone sequences. Excecution of the function without any parameter value will display all available backbone sequences. The id parameter will accept the name of the backbone or the rownumber of the shown selection.

Usage

getBackboneSelection(id = NULL)

Value

a character string.

Arguments

id

an integer or character value in order to choose a specific backbone.

Examples

Run this code
getBackboneSelection()
getBackboneSelection(2)
getBackboneSelection("BC32-Venus")

Run the code above in your browser using DataLab