Description Usage Arguments Value See Also Examples
Gets the terms in each metagroup/cluster (simplifyes the raw output from GeneTermLinker or DAVID).
1 | getTerms(feaResults, returnValue = "description")
|
feaResults |
Output returned by any of the fea functions. |
returnValue |
"description" Returns term description, e.g. "GO" returns GO term IDs. |
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. |
Full description of the package:
FGNet
1 2 3 4 5 | ## Not run:
results <- fea_gtLinker_getResults(jobID=1963186)
getTerms(results)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.