# Run once to configure package to use pkgdown usethis::use_pkgdown() # Run to build the website pkgdown::build_site()
You can install Bobro R package with:
library(remotes) # to install the latest stable version (advised) remotes::install_github("Wang-Cankun/Bobro")
suppressPackageStartupMessages(Bobro) suppressPackageStartupMessages(seqinr) test_sequence <- Biostrings::readDNAStringSet("../data/cra.fa") object <- CreateBobroObject(test_sequence) object <- FindBobroMotif(object) PlotBobroMotif(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.