findPathwayNamesByLiterature {rWikiPathways}R Documentation

Find Pathway Names By Literature

Description

Retrieve list of pathway names containing the query citation.

Usage

findPathwayNamesByLiterature(query)

Arguments

query

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

Details

Note: there will be multiple listings of the same pathway name if copies exist for multiple species.

Value

A list of lists

See Also

findPathwaysByLiterature

Examples

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

[Package rWikiPathways version 1.13.1 Index]