getBackboneSelection: Predefined Barcode Backbone Sequences

View source: R/helper_functions.R

getBackboneSelectionR Documentation

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)

Arguments

id

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

Value

a character string.

Examples

getBackboneSelection()
getBackboneSelection(2)
getBackboneSelection("BC32-Venus")

genBaRcode documentation built on March 31, 2023, 11:02 p.m.