From 7402b8a47d11087a4d764d52bc2a0918de2e1697 Mon Sep 17 00:00:00 2001 From: fzohrasmaili <34123475+fzohrasmaili@users.noreply.github.com> Date: Mon, 30 Apr 2018 11:40:48 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3909176..2813bbe 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Onto2Vec +## UPDATE +An improved version of our method is available at : https://github.com/bio-ontology-research-group/opa2vec/ ## Introduction Onto2Vec is a program that can be used to produce feature vectors for biological entities based on their annotations to biomedical ontologies. Onto2Vec uses the integrity of the axioms describing the structure of an ontology as well as the entity-concept annotation axioms. This is a detailed documentation on how to use Onto2Vec to produce ontology-based feature vectors. The Onto2Vec implementation shared here uses GO ontology as a case study and can be directly used to produce feature vectors for GO functions and proteins. However, Onto2Vec can also be used to produce feature vectors for entities using any other biomedical ontology. We provide here instructions on how to use Onto2Vec with the ontology of your choice.