getDisjCommAnc {GOSim}R Documentation

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

Details

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

Value

Character vector of GO terms

Author(s)

Holger Froehlich

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

		getDisjCommAnc("GO:0006955","GO:0007584")

[Package GOSim version 1.20.0 Index]