## ----setup, include = FALSE----------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
library(Trans2Kegg)
library(Biostrings)
## ------------------------------------------------------------------------
transFile <- system.file("extdata", "transcriptSample.fa", package="Trans2Kegg")
transIds <- c("rna3 gene=rfx6")
library(Trans2Kegg)
annotateTranscripts(transIds, transFile, "annot.csv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.