fetch_chebi | R Documentation |
Fetches information from the ChEBI database.
fetch_chebi(relation = FALSE, stars = c(3), timeout = 60)
relation |
a logical value that indicates if ChEBI Ontology data will be returned instead the main compound data. This data can be used to check the relations of ChEBI ID's to each other. Default is FALSE. |
stars |
a numeric vector indicating the "star" level (confidence) for which entries should
be retrieved (Possible levels are 1, 2 and 3). Default is |
timeout |
a numeric value specifying the time in seconds until the download of an organism archive times out. The default is 60 seconds. |
A data frame that contains information about each molecule in the ChEBI database.
chebi <- fetch_chebi()
head(chebi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.