getPathwayIdsByParentOntologyTerm {rWikiPathways}R Documentation

Get Pathway WPIDs by Parent Ontology Term

Description

Retrieve pathway WPIDs for every pathway with a child term of given ontology term

Usage

getPathwayIdsByParentOntologyTerm(term)

Arguments

term

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

Value

A list of pathway WPIDs

Examples

{
getPathwayIdsByParentOntologyTerm('PW:0000045')
}

[Package rWikiPathways version 1.14.0 Index]