findPathwayNamesByText {rWikiPathways}R Documentation

Find Pathway Names By Text

Description

Retrieve list of pathway names containing the query text.

Usage

findPathwayNamesByText(query)

Arguments

query

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

Details

Note: there will be multiple listings of the same pathway name if copies exist for multiple species.

Value

A list of pathway names

See Also

findPathwaysByText

Examples

{
findPathwayNamesByText('cancer')
}

[Package rWikiPathways version 1.8.5 Index]