getDisjCommAnc: Get disjoint common ancestors.

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/termSimilarity.R

Description

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

Usage

1
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

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

GOSim documentation built on Nov. 8, 2020, 11:05 p.m.