findPathwaysByText {rWikiPathways}R Documentation

Find Pathways By Text

Description

Retrieve pathways containing the query text.

Usage

findPathwaysByText(query)

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

{
findPathwaysByText('cancer')
}

[Package rWikiPathways version 1.14.0 Index]