findPathwaysByLiterature {rWikiPathways}R Documentation

Find Pathways By Literature

Description

Retrieve a list of pathways containing the query citation.

Usage

findPathwaysByLiterature(query)

Arguments

query

The character string to search for, e.g., a PMID, title keyword or author name.

Value

A list of lists

Examples

{
findPathwaysByLiterature('19649250')
findPathwaysByLiterature('smith')
findPathwaysByLiterature('cancer')
}

[Package rWikiPathways version 1.0.5 Index]