knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(fastalign) data(thcasaa) print(thcasaa@metadata) summary(thcasaa) head(names(thcasaa)) inactive <- 'sp|Q33DQ2|THCAI_CANSA Inactive tetrahydrocannabinolic acid synthase OS=Cannabis sativa OX=3483 PE=3 SV=1' multiPairwise( pattern = thcasaa, subject = thcasaa[[inactive]] )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.