Alexander Wirth commited on
Commit ·
bce73f2
1
Parent(s): aa1f5d4
fix: correct SMILES null count to 14,262 unique chemicals
Browse files- METHODOLOGY.md +2 -2
METHODOLOGY.md
CHANGED
|
@@ -29,8 +29,8 @@
|
|
| 29 |
| `clinical_trials_count_2026` | Int64 | 0 | ClinicalTrials.gov study count mentioning compound |
|
| 30 |
| `chembl_bioactivity_count` | Int64 | 0 | ChEMBL bioactivity assay count |
|
| 31 |
| `patent_count_since_2020` | Int64 | 0 | US patent count (USPTO PatentsView, since 2020-01-01) |
|
| 32 |
-
| `pubchem_cid` | Int64 | 14,
|
| 33 |
-
| `canonical_smiles` | string | 14,
|
| 34 |
|
| 35 |
**Enrichment coverage:**
|
| 36 |
|
|
|
|
| 29 |
| `clinical_trials_count_2026` | Int64 | 0 | ClinicalTrials.gov study count mentioning compound |
|
| 30 |
| `chembl_bioactivity_count` | Int64 | 0 | ChEMBL bioactivity assay count |
|
| 31 |
| `patent_count_since_2020` | Int64 | 0 | US patent count (USPTO PatentsView, since 2020-01-01) |
|
| 32 |
+
| `pubchem_cid` | Int64 | 14,262 | PubChem Compound ID (CID) — 42.4% of unique compounds resolved |
|
| 33 |
+
| `canonical_smiles` | string | 14,262 | Canonical SMILES string (PubChem) — 42.4% of unique compounds resolved |
|
| 34 |
|
| 35 |
**Enrichment coverage:**
|
| 36 |
|