To see the features of the software in R
, do the following.
utils::install.packages("remotes")
remotes::install_github("schifferl/TMHMM")
utils::str(TMHMM::PDB)
utils::str(TMHMM::TMHMM)
TMHMM::translate(TMHMM::PDB$SEQUENCE[1])
TMHMM::translate(TMHMM::TMHMM$SEQUENCE[1])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.