afg1 commited on
Commit
2ff5449
·
verified ·
1 Parent(s): 7478cd3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -1,3 +1,13 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ ## Sequence Ontology Node2Vec
6
+
7
+ This is a simple application of the Node2Vec approach to the Sequence Ontology graph for only ncRNA.
8
+
9
+ This allows us to calculate the similarity between SO types:
10
+
11
+ e.g. SO:0001877 (lncRNA) should be very similar to SO:0001463 (lincRNA) but very different to SO:0000651 (cytosolic_LSU_rRNA)
12
+
13
+ This SO type similarity model is used in our transcripts to genes modelling to compare the SO types of transcripts we are trying to group into genes.