getPathwaysByCurationTag {rWikiPathways}R Documentation

Get Pathways by Curation Tag

Description

Retrieve pathway information for every pathway with a given curation tag.

Usage

getPathwaysByCurationTag(tag)

Arguments

tag

(character) Official name of curation tag, e.g., "Curation:FeaturedPathway"

Value

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

Examples

{
getPathwaysByCurationTag('Curation:FeaturedPathway')
}

[Package rWikiPathways version 1.0.5 Index]