Currently, the xDTD database, there are four tables: prediction_table, path_table, node_info, edge_info.
- The
prediction_table contains three columns: drug (CURIE), disease (CURIE), prediction score.
- The
path_table contains drug (CURIE), disease (CURIE), and their corresponding paths
- The
node_info is basically KG2 node TSV file
- The
edge_info is basically KG2 edge TSV file
xDTD mainly uses node_info and edge_info to get attributes. However, they might not be the latest version. Thus, we plan to switch to use Plover or Shepherd/Retriever to get the latest node/edge info.
Currently, the xDTD database, there are four tables:
prediction_table,path_table,node_info,edge_info.prediction_tablecontains three columns: drug (CURIE), disease (CURIE), prediction score.path_tablecontains drug (CURIE), disease (CURIE), and their corresponding pathsnode_infois basically KG2 node TSV fileedge_infois basically KG2 edge TSV filexDTD mainly uses
node_infoandedge_infoto get attributes. However, they might not be the latest version. Thus, we plan to switch to use Plover or Shepherd/Retriever to get the latest node/edge info.