findPathwayUrlsByLiterature {rWikiPathways}R Documentation

Find Pathway URLs By Literature

Description

Retrieve list of pathway URLs containing the query citation.

Usage

findPathwayUrlsByLiterature(query)

Arguments

query

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

Value

A list of lists

Examples

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

[Package rWikiPathways version 1.2.1 Index]