Learn R Programming

gprofiler2 (version 0.2.3)

get_version_info: Get version info of g:Profiler data sources

Description

Get version info of g:Profiler data sources

Usage

get_version_info(organism = "hsapiens")

Value

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'.

Arguments

organism

organism name. Organism names are constructed by concatenating the first letter of the name and the family name. Example: human - 'hsapiens', mouse - 'mmusculus'.

Author

Liis Kolberg <liis.kolberg@ut.ee>

Examples

Run this code
if (FALSE) version_info <- get_version_info(organism = "hsapiens")

Run the code above in your browser using DataLab