get_version_info: Get version info of g:Profiler data sources

View source: R/gprofiler2.R

get_version_infoR Documentation

Get version info of g:Profiler data sources

Description

Get version info of g:Profiler data sources

Usage

get_version_info(organism = "hsapiens")

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

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

Author(s)

Liis Kolberg <liis.kolberg@ut.ee>

Examples

## Not run: version_info <- get_version_info(organism = "hsapiens")


gprofiler2 documentation built on July 9, 2023, 6:06 p.m.