get_version_info | R Documentation |
Get version info of g:Profiler data sources
get_version_info(organism = "hsapiens")
organism |
organism name. Organism names are constructed by concatenating the first letter of the name and the family name. Example: human - 'hsapiens', mouse - 'mmusculus'. |
A named nested list that includes the versions for all the data sources (GO, KEGG, Reactome, WP, etc) at the time of the data extraction for the given organism. The versions correspond to the g:Profiler version embedded in the base_url which is also returned by this function under the name 'gprofiler_version'.
Liis Kolberg <liis.kolberg@ut.ee>
## Not run: version_info <- get_version_info(organism = "hsapiens")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.