Learn R Programming

GOSim (version 1.10.0)

getDisjCommAnc: Get disjoint common ancestors.

Description

Returns the GO terms representing the disjoint common ancestors of two GO terms.

Usage

getDisjCommAnc(term1, term2)

Arguments

term1
GO term 1
term2
GO term 2

Value

Character vector of GO terms

Details

The result is computed within the currently set ontology ("BP","MF","CC").

References

Couto, F.; Silva, M. & Coutinho, P., Semantic Similarity over the Gene Ontology: Family Correlation and Selecting Disjunctive Ancestors, Conference in Information and Knowledge Management, 2005

See Also

getTermSim,getGOGraph, setOntology

Examples

Run this code
		getDisjCommAnc("GO:0006955","GO:0007584")

Run the code above in your browser using DataLab