getPathwayIdsByOntologyTerm {rWikiPathways}R Documentation

Get Pathway WPIDs by Ontology Term

Description

Retrieve pathway WPIDs for every pathway with a given ontology term.

Usage

getPathwayIdsByOntologyTerm(term)

Arguments

term

(character) Official name of ontology term, e.g., "PW:0000045"

Value

A list of pathway WPIDs

Examples

{
getPathwayIdsByOntologyTerm('PW:0000045')
}

[Package rWikiPathways version 1.12.0 Index]