random_query: Generate a random gene list for testing.

Description Usage Arguments Value Author(s) Examples

View source: R/gprofiler2.R

Description

This function returns a vector of randomly selected genes from the selected organism.

Usage

1
random_query(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 character vector containing randomly selected gene IDs from the selected organism.

Author(s)

Liis Kolberg <liis.kolberg@ut.ee>

Examples

1
random_genes <- random_query()

egonw/r-gprofiler2 documentation built on Aug. 9, 2020, 12:33 a.m.