getBackboneSelection {genBaRcode} | R 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")
[Package genBaRcode version 1.2.7 Index]