## URL for keyword-based searches of the Rfam database
rfamEbiApiURL <- 'https://www.ebi.ac.uk/ebisearch/ws/rest/rfam'
## Base URL used for most queries to the Rfam database
rfamApiBaseURL <- 'http://rfam.org/family/'
## Base URL used for sequence-based searches of the Rfam database
rfamApiSequenceSearchURL <- 'https://rfam.org/search/sequence'
## URL used to retrieve the list of clans defined in the Rfam database
rfamClansListURL <- 'http://rfam.xfam.org/clans'
## Base URL used to retrieve the Rfam families belonging to a specific clan
rfamClanLookUpURL <- 'http://rfam.xfam.org/clan/'
## OS
localOS <- Sys.info()["sysname"]
## Named list where the name of each element is an Rfam clan, and each element
## is a character vector with the Rfam families of the corresponding clan
rfamClanDefinitions <- NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.