Description Usage Arguments Details Value Examples
View source: R/findPathwaysByLiterature.R
Retrieve pathways containing the query citation.
1 | 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
1 2 3 4 5 | {
findPathwaysByLiterature('19649250')
findPathwaysByLiterature('smith')
findPathwaysByLiterature('cancer')
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.