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

View source: R/BCdata-class-methods.R

setBackboneR 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)


genBaRcode documentation built on April 4, 2025, 2:07 a.m.