getPathwaysByParentOntologyTerm {rWikiPathways}R Documentation

Get Pathways by Parent Ontology Term

Description

Retrieve pathway information for every pathway with a child term of given ontology term.

Usage

getPathwaysByParentOntologyTerm(term)

Arguments

term

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

Value

A list of pathway information, including WPID, url, name, species and revision

Examples

{
getPathwaysByParentOntologyTerm('PW:0000045')
}

[Package rWikiPathways version 1.6.1 Index]