getDOLiteTerms {GeneAnswers}R Documentation

Get DOLite Terms of Given DOLite IDs

Description

function to map DOLite IDs to DOLite Terms

Usage

getDOLiteTerms(DOLiteIDs)

Arguments

DOLiteIDs

a character vector containing DOLite IDs

Value

return a DOLite term vector based on given DOLite IDs.

Author(s)

Gang Feng, Pan Du and Simon Lin

References

Feng, G., Du, P., Krett, N., Tessel, M., Rosen, S., Kibbe, W.A. and Lin, S.M., 'A collection of bioconductor methods to visualize gene-list annotations', BMC Research Notes 2010, 3:10

See Also

getCategoryTerms

Examples

data('DOLiteTerm')
getDOLiteTerms(c('DOLite:25', 'DOLite:142'))

[Package GeneAnswers version 2.24.0 Index]