ivci:nuva-utils

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ivci:nuva-utils [2024/03/20 11:47] fkaagivci:nuva-utils [2024/03/20 13:21] (current) fkaag
Line 47: Line 47:
 eval_code(code) eval_code(code)
 </code> </code>
-Produces the metrics for a code system, given a nuva_code_YYY.csv file for alignments.+Produces the metrics for a code system, given a **nuva_code_YYY.csv** file for alignments.
  
 Subproducts are: Subproducts are:
-  * nuva_reverse_YYY.csv : file with all NUVA codes matching a given external code +  * **nuva_reverse_YYY.csv** : file with all NUVA codes matching a given external code 
-  * nuva_best_YYY.csv: file with the best possible external code for a given NUVA code+  * **nuva_best_YYY.csv**: file with the best possible external code for a given NUVA code
  
 An example use sequence is included in the file: An example use sequence is included in the file:
Line 64: Line 64:
 map_to_turtle("CVX") map_to_turtle("CVX")
  
-q1 = """ += """ 
    # All vaccines against smallpox    # All vaccines against smallpox
     SELECT ?vcode ?vl WHERE {      SELECT ?vcode ?vl WHERE { 
Line 76: Line 76:
  }  }
 """ """
-res = query_core(q1)+res = query_core(q)
 for row in res: for row in res:
-    print (f"{row.vcode} - {row.vl}")+     print (f"{row.vcode} - {row.vl}"
 + 
 +res = eval_code("CVX"
 +print ("Completeness {:.1%} ".format(res['Completeness'])) 
 +print ("Precision {:.1%} ".format(res['Precision']))
  
-q2=""" 
-    # List CVX Codes 
-    SELECT ?cvx ?nuva ?lvac WHERE {  
-    ?vac rdfs:subClassOf nuva:Vaccine .  
-    ?vac skos:notation ?nuva . 
-    ?vac skos:exactMatch ?code . 
-    ?code rdfs:subClassOf nuva:CVX . 
-    ?code skos:notation ?cvx . 
-    ?vac rdfs:label $lvac 
-    } 
-""" 
-res=query_code(q2,"CVX") 
-for row in res: 
-    print (f"CVX {row.cvx} = {row.nuva} - {row.lvac}") 
 </code> </code>
  
  • ivci/nuva-utils.1710935256.txt.gz
  • Last modified: 2024/03/20 11:47
  • by fkaag