keywordsTerm: Select keyword term

Description Usage Arguments Value See Also Examples

View source: R/keyWordsTerm.R

Description

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

Usage

1
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

1
2
3
4
5
6
7
8
## Not run: 
# Previous Steps: FEA
results <- fea_gtLinker_getResults(3907019)

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

## End(Not run)

FGNet documentation built on Nov. 8, 2020, 5:43 p.m.