godef: Get a go long-form definition from an id.

View source: R/ontology_shared.R

godefR Documentation

Get a go long-form definition from an id.

Description

Sometimes it is nice to be able to read the full definition of some GO terms.

Usage

godef(go = "GO:0032432")

Arguments

go

GO ID, this may be a character or list (assuming the elements are goids).

Value

Some text providing the long definition of each provided GO id.

See Also

[AnnotationDbi] [GO.db]

Examples

## Not run: 
 godef("GO:0032432")
 ## > GO:0032432
 ## > "An assembly of actin filaments that are on the same axis but may be
 ## > same or opposite polarities and may be packed with different levels of tightness."

## End(Not run)

elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.