findPathwaysByLiterature {rWikiPathways} | R Documentation |
Retrieve pathways containing the query citation.
findPathwaysByLiterature(query)
query |
The |
The score is from a lucene index search engine, ranging from 0 to 1 with higher scores for better matches. The two literature columns are lists of pubmed ids and titles for the citations matching the query per pathway. The graphId column lists the id for any objects in the GPML pathway model that have been spcifically annotated with the matching citations.
A dataframe
of pathway attributes in addition to query result
score and literature details
{ findPathwaysByLiterature('19649250') findPathwaysByLiterature('smith') findPathwaysByLiterature('cancer') }