Alexander Wirth commited on
Commit
aa1f5d4
·
1 Parent(s): a8ca78f

fix: correct SMILES null count to 14,254 unique chemicals

Browse files
Files changed (1) hide show
  1. 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 | 44,329 | PubChem Compound ID (CID) — 42.4% of unique compounds resolved |
33
- | `canonical_smiles` | string | 44,329 | Canonical SMILES string (PubChem) — 42.4% of unique compounds resolved |
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,254 | PubChem Compound ID (CID) — 42.4% of unique compounds resolved |
33
+ | `canonical_smiles` | string | 14,254 | Canonical SMILES string (PubChem) — 42.4% of unique compounds resolved |
34
 
35
  **Enrichment coverage:**
36