get_resources: Retrieve the available resources for a given query type

Description Usage Arguments Value Examples

Description

Collects the names of the resources available in OmniPath for a certain query type and optionally for a dataset within that.

Usage

1
get_resources(query_type, datasets = NULL, generic_categories = NULL)

Arguments

query_type

one of the query types 'interactions', 'enz_sub', 'complexes', 'annotations' or 'intercell'

datasets

currently within the 'interactions' query type only, multiple datasets are available: 'omnipath', 'kinaseextra', 'pathwayextra', 'ligrecextra', 'dorothea', 'tf_target', 'tf_mirna', 'mirnatarget' and 'lncrna_mrna'

generic_categories

for the 'intercell' query type, restrict the search for some generic categories e.g. 'ligand' or 'receptor'

Value

a character vector with resource names

Examples

1
get_resources(query_type = 'interactions')

OmnipathR documentation built on Nov. 8, 2020, 8:10 p.m.