Ariel Lubonja commited on
Commit ·
bdf2b59
1
Parent(s): d7720e1
Initial README
Browse files

README.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
+
tags:
|
| 4 |
+
- chemistry
|
| 5 |
+
- biology
|
| 6 |
+
- graph
|
| 7 |
+
- network
|
| 8 |
+
- drugs
|
| 9 |
+
pretty_name: Network of Related Drugs from Drugs.com Database
|
| 10 |
+
size_categories:
|
| 11 |
+
- 1K<n<10K
|
| 12 |
---
|
| 13 |
+
|
| 14 |
+
Dataset created by crawling the [Drugs.com](https://www.drugs.com/) database - please abide by their [Terms and Conditions](https://www.drugs.com/support/terms.html)
|
| 15 |
+
|
| 16 |
+
### How the Graph was Created
|
| 17 |
+
|
| 18 |
+
Most drugs on Drugs.com have a **Related/Similar Drugs** page (e.g. [here](https://www.drugs.com/acetaminophen.html)). In my graph, nodes are drugs in the database, and edges are Related/Similar Drugs linked by the drug's description page.
|
| 19 |
+
|
| 20 |
+
Note: Not all drugs in the dataset are part of the graph, as not all drugs have a "Related/Similar Drugs" section
|