Description Usage Arguments Value
fetch_flybase()
downloads conversion tables for different version of
Flybase IDs and symbol synonyms from Flybase. If not otherwise specified,
current version of the tables will be downloaded, and returned as a list
with 2 items.
1 | fetch_flybase(urls = NULL, paths = NULL, version = NULL)
|
urls |
(Optional) a character vector specifying specific URLs to download and read. The length should be 2: the first URL for FBid conversion table, and the second for synonym conversion. |
paths |
a character vector specifying local files to read. The length should be 2: the first for FBid conversion table, and the second for synonym conversion. This should only be used in test to make sure the convesion coheres with the current official version. |
version |
a character string specifying the version desired (e.g., "FB2019_01".) |
a list of 2 data frames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.