View source: R/BCdata-class-methods.R
setBackbone | R Documentation |
Replacing the Barcode Backbone slot of a BCdat objects.
setBackbone(object, value)
object |
a BCdat object. |
value |
a character string consisting of exclusively IUPAC-nucleotide-code conform letters. |
a BCdat object.
data(BC_dat)
new_backbone <- getBackboneSelection("BC32-T-Sapphire")
BC_dat_new <- setBackbone(BC_dat, new_backbone)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.