setBackbone {genBaRcode}R Documentation

Replacing the Barcode Backbone slot of a BCdat objects.

Description

Replacing the Barcode Backbone slot of a BCdat objects.

Usage

setBackbone(object, value)

Arguments

object

a BCdat object.

value

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

Value

a BCdat object.

Examples

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


[Package genBaRcode version 1.2.7 Index]