R/rfaRm_variableDefinitions.R

## 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

Try the rfaRm package in your browser

Any scripts or data that you put into this service are public.

rfaRm documentation built on March 16, 2021, 6:01 p.m.