database_key: View Available Geneset Databases

Description Usage Arguments Value Examples

View source: R/gene_input.R

Description

The function database_key returns the name of the rda file the user may be interested in given the common name of the geneset database. The function may also return the name of all databases if the input is "all".

Usage

1
database_key(database_name = "")

Arguments

database_name

The input for this paramter needs to be "all", or the description of the database of interest.

Value

If the input for database_name is "all", the function will return the descriptons for all databases. If the user inputs the descripton of a database, the function will return the file name of the database of interest.

Examples

1
2
3
4
5
database_key("all")

database_key("hallmark all")

database_key("motif transcription factor targets")

kelsiereinaltt/GSEAplot documentation built on Aug. 9, 2021, 2:58 a.m.