findPathwaysByText: Find Pathways By Text

Description Usage Arguments Details Value Examples

View source: R/findPathwayByText.R

Description

Retrieve pathways containing the query text.

Usage

1

Arguments

query

A character string to search for, e.g., "cancer"

Details

The score is from a lucene index search engine, ranging from 0 to 1 with higher scores for better matches.

Value

A dataframe of pathway attributes in addition to query result score

Examples

1
2
3
{
findPathwaysByText('cancer')
}

rWikiPathways documentation built on Feb. 28, 2021, 2:01 a.m.