getPathwaysByOntologyTerm {rWikiPathways}R Documentation

Get Pathways by Ontology Term

Description

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

Usage

getPathwaysByOntologyTerm(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

{
getPathwaysByOntologyTerm('PW:0000045')
}

[Package rWikiPathways version 1.0.5 Index]