findPathwayIdsByXref: Find Pathway WPIDs By Xref

View source: R/findPathwaysByXref.R

findPathwayIdsByXrefR Documentation

Find Pathway WPIDs By Xref

Description

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

Usage

findPathwayIdsByXref(identifier = NULL, systemCode = NULL)

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/datasources/blob/main/datasources.tsv.

Value

A list of WPIDs

See Also

findPathwaysByXref

Examples

{
findPathwayIdsByXref('ENSG00000100031','En')
}

wikipathways/rWikiPathways documentation built on Jan. 10, 2024, 11:37 p.m.