getTerms: Get terms in the metagroups/clusters.

Description Usage Arguments Value See Also Examples

View source: R/getTerms.R

Description

Gets the terms in each metagroup/cluster (simplifyes the raw output from GeneTermLinker or DAVID).

Usage

1
getTerms(feaResults, returnValue = "description")

Arguments

feaResults

Output returned by any of the fea functions.

returnValue

"description" Returns term description, e.g. "GO" returns GO term IDs.

Value

List of matrices

Each matrix contais the terms in each metagroup. This matrix contains only the term description. To get the term ID, annotation type, number of genes, or any other information, see the raw results returned by getResults.

See Also

Full description of the package: FGNet

Examples

1
2
3
4
5
## Not run: 
results <- fea_gtLinker_getResults(jobID=1963186)
getTerms(results)

## End(Not run)

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