Skip to content

An implementation of the Clique-Extracted Ontology (CliXO) algorithm

License

Notifications You must be signed in to change notification settings

herdiantrisufriyana/clixo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An implementation of the Clique-Extracted Ontology (CliXO) algorithm

This package facilitates application of Clique-Extracted Ontology (CliXO) algorithm in R. This algorithm was originally implemented in C++ by Michael Kramer1. The input is a feature similarity matrix, while the output is an ontology source-target-similarity-relation data frame.

Quick Start clixo R

Read vignette for simple example in R

Download R script

Reference manual

References

[1] Kramer M, Dutkowski J, Yu M, Bafna V, Ideker T. Inferring gene ontologies from pairwise similarity data. Bioinformatics, 30: i34-i42. 2014. PMID: 24932003 C++ program