getXrefList: Get Xref List

Description Usage Arguments Value Examples

View source: R/getXrefList.R

Description

Retrieve the Xref identifiers for a specific pathway in a particular system code

Usage

1
getXrefList(pathway, systemCode)

Arguments

pathway

WikiPathways identifier (WPID) for the pathway to download, e.g. WP4

systemCode

(character) The BridgeDb code associated with the data source or system, e.g., En (Ensembl), L (Entrez), Ch (HMDB), etc. See column two of https://github.com/bridgedb/BridgeDb/blob/master/org.bridgedb.bio/src/main/resources/org/bridgedb/bio/datasources.tsv.

Value

A list of Xrefs identifiers

Examples

1
2
3
{
xrefs = getXrefList("WP2338", "L")
}

egonw/rwikipathways documentation built on May 12, 2021, 1:40 a.m.