Description Usage Arguments Examples
Create a Bobro object from a DNA string object (usually read fasta format file from package Biostrings).
1 | CreateBobroObject(DNAStringObject, project = "BobroProject", meta_data = NULL)
|
project |
Sets the project name for the Bobro object. |
meta_data |
Additional metadata to add to the Bobro object. |
1 2 3 | DNAStringObject <- readDNAStringSet("data/test1.fa")
my.object <- CreateBobroObject(DNAStringObject)
my.object
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.