findPathwayUrlsByXref: Find Pathway URLs By Xref

View source: R/findPathwaysByXref.R

findPathwayUrlsByXrefR Documentation

Find Pathway URLs By Xref

Description

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

Usage

findPathwayUrlsByXref(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 lists

See Also

findPathwaysByXref

Examples

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

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