findPathwayIdsByLiterature {rWikiPathways}R Documentation

Find Pathway WPIDs By Literature

Description

Retrieve list of pathway WPIDs containing the query citation.

Usage

findPathwayIdsByLiterature(query)

Arguments

query

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

Value

A list of WPIDs

See Also

findPathwaysByLiterature

Examples

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

[Package rWikiPathways version 1.10.2 Index]