Learn R Programming

FGNet (version 3.6.2)

keywordsTerm: Select keyword term

Description

Selects a term as the most representative of the terms in the cluster based on keywords.

Usage

keywordsTerm(termsDescriptions, nChar = 30)

Arguments

termsDescriptions
List with the terms in each cluster. Output from getTerms.
nChar
numeric. Maximum number of chars to show in the term. If the selected term is longer, it will be trimmed.

Value

Character vector with the term selected for each cluster.

See Also

Overview of the package: FGNet

Package tutorial: vignette("FGNet-vignette")

Examples

Run this code

# Previous Steps: FEA
results <- fea_gtLinker_getResults(3907019)

# Select keywords
keywordsTerm(getTerms(results), nChar=100)

Run the code above in your browser using DataLab