findPathwayIdsByXref: Find Pathway WPIDs By Xref

Description Usage Arguments Details Value See Also Examples

View source: R/findPathwaysByXref.R

Description

Retrieve list of pathway WPIDs containing the query Xref by identifier and system code.

Usage

1
findPathwayIdsByXref(identifier, systemCode)

Arguments

identifier

(character) The official ID specified by a data source or system

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/resources/org/bridgedb/bio/datasources.txt.

Details

Note: there will be multiple listings of the same pathway if the Xref is present mutiple times.

Value

A list of WPIDs

See Also

findPathwaysByXref

Examples

1
2
3
{
findPathwayIdsByXref('ENSG00000232810','En')
}

rWikiPathways documentation built on Feb. 28, 2021, 2:01 a.m.