View source: R/findPathwaysByText.R
findPathwaysByText | R Documentation |
Retrieve pathways matching the query text.
findPathwaysByText(query = NULL, field = NULL)
query |
A |
field |
Optional |
Searches id, name, description, species, revision date, authors, datanode labels, ontology annotations, and citedIn (e.g., PMCIDs).
A dataframe
of pathway attributes including the matching
attributes
{
findPathwaysByText('cancer')
findPathwaysByText('cancer','name')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.