Learn R Programming

genBaRcode (version 1.2.8)

setBackbone: Replacing the Barcode Backbone slot of a BCdat objects.

Description

Replacing the Barcode Backbone slot of a BCdat objects.

Usage

setBackbone(object, value)

Value

a BCdat object.

Arguments

object

a BCdat object.

value

a character string consisting of exclusively IUPAC-nucleotide-code conform letters.

Examples

Run this code
data(BC_dat)
new_backbone <- getBackboneSelection("BC32-T-Sapphire")
BC_dat_new <- setBackbone(BC_dat, new_backbone)

Run the code above in your browser using DataLab