annotate (version 1.50.0)

hasGOannote: Check for GO annotation

Description

Given a GO term, or a vector of GO terms and an ontology this function determines which of the terms have GO annotation in the specified ontology.

Usage

hasGOannote(x, which="MF")

Arguments

x
A character vector, an instance of the GOTerms class or a list of GOTerms.
which
One of "MF", "BP" or "CC"

Value

A logical vector of the same length as x.

Details

The available GO annotation is searched and a determination of whether a specific GO identifier has a value in the specified ontology is made.

See Also

get

Examples

Run this code
 library("GO.db")
 t1 <- "GO:0003680"
 hasGOannote(t1)
 hasGOannote(t1, "BP")

Run the code above in your browser using DataCamp Workspace