marmg commited on
Commit
7c960bc
1 Parent(s): 4897bc2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -5,7 +5,9 @@ license: mit
5
 
6
  # Otter UBC Dataset Card
7
  UBC is a dataset comprising entities (Proteins/Drugs) from Uniprot (U), BindingDB (B) and. ChemBL (C). It contains 6,207,654 triples.
8
-
 
 
9
  ## Dataset details
10
  #### Uniprot
11
  Uniprot comprises of 573,227 proteins from SwissProt, which is the subset of manually curated entries within UniProt, including attributes with different modalities like the sequence (567,483 of them), full name, organism, protein family, description of its function, catalytics activity, pathways and its length. The number of edges are 38,665 of type \emph{target\_of} from Uniprot ids to both ChEMBL and Drugbank ids, and 196,133 interactants between Uniprot protein ids.
@@ -14,6 +16,10 @@ BindingDB consists of 2,656,221 data points, involving 1.2 million compounds and
14
  #### ChEMBL
15
  ChemBL comprises of drug-like bioactive molecules, 10,261 ChEMBL ids with their corresponding SMILES were downloaded from OpenTargets \cite{opentargets}, from which 7,610 have a \textit{sameAs} link to drugbank id molecules.
16
 
 
 
 
 
17
  **Paper or resources for more information:**
18
  - [GitHub Repo](https://github.com/IBM/otter-knowledge)
19
 
 
5
 
6
  # Otter UBC Dataset Card
7
  UBC is a dataset comprising entities (Proteins/Drugs) from Uniprot (U), BindingDB (B) and. ChemBL (C). It contains 6,207,654 triples.
8
+ <div align="center">
9
+ <img src="https://raw.githubusercontent.com/IBM/otter-knowledge/main/assets/neurips_ubc.png" alt="Overview of the creation of UBC"/>
10
+ </div>
11
  ## Dataset details
12
  #### Uniprot
13
  Uniprot comprises of 573,227 proteins from SwissProt, which is the subset of manually curated entries within UniProt, including attributes with different modalities like the sequence (567,483 of them), full name, organism, protein family, description of its function, catalytics activity, pathways and its length. The number of edges are 38,665 of type \emph{target\_of} from Uniprot ids to both ChEMBL and Drugbank ids, and 196,133 interactants between Uniprot protein ids.
 
16
  #### ChEMBL
17
  ChemBL comprises of drug-like bioactive molecules, 10,261 ChEMBL ids with their corresponding SMILES were downloaded from OpenTargets \cite{opentargets}, from which 7,610 have a \textit{sameAs} link to drugbank id molecules.
18
 
19
+ <div align="center">
20
+ <img src="https://raw.githubusercontent.com/IBM/otter-knowledge/main/assets/ubckg_example.jpg" alt="Example of UBC"/>
21
+ </div>
22
+
23
  **Paper or resources for more information:**
24
  - [GitHub Repo](https://github.com/IBM/otter-knowledge)
25