Update README: 1.02B compounds (added 99M CPU screen results)
Browse files
README.md
CHANGED
|
@@ -31,14 +31,34 @@ dataset_info:
|
|
| 31 |
dtype: float64
|
| 32 |
- name: cns_mpo_score
|
| 33 |
dtype: float64
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
- name: p_bbb
|
| 35 |
dtype: float64
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
- name: score_total
|
| 37 |
dtype: float64
|
| 38 |
splits:
|
| 39 |
- name: train
|
| 40 |
-
num_examples:
|
| 41 |
-
dataset_size:
|
| 42 |
license: cc-by-nc-4.0
|
| 43 |
task_categories:
|
| 44 |
- tabular-classification
|
|
@@ -50,25 +70,36 @@ tags:
|
|
| 50 |
- cns
|
| 51 |
- molecular-properties
|
| 52 |
- screening
|
| 53 |
-
pretty_name: "BBB-Nuke:
|
| 54 |
size_categories:
|
| 55 |
- 1B<n<10B
|
| 56 |
---
|
| 57 |
|
| 58 |
-
# BBB-Nuke:
|
| 59 |
|
| 60 |
## Overview
|
| 61 |
|
| 62 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
|
| 64 |
## Data Sources
|
| 65 |
|
| 66 |
-
| Source |
|
| 67 |
-
|--------|-------|-----------|
|
| 68 |
-
| Enamine REAL |
|
| 69 |
-
| Existing (ZINC/ChEMBL) |
|
| 70 |
-
| PubChem |
|
| 71 |
-
|
|
|
|
|
| 72 |
|
| 73 |
## Key Columns
|
| 74 |
|
|
@@ -77,11 +108,14 @@ size_categories:
|
|
| 77 |
- - CNS multi-parameter optimization score
|
| 78 |
- , , - Key physicochemical descriptors
|
| 79 |
- - Predicted pKa
|
|
|
|
| 80 |
- - Data source (enamine_real, existing, pubchem)
|
|
|
|
| 81 |
|
| 82 |
## Compute
|
| 83 |
|
| 84 |
-
|
|
|
|
| 85 |
|
| 86 |
## Citation
|
| 87 |
|
|
|
|
| 31 |
dtype: float64
|
| 32 |
- name: cns_mpo_score
|
| 33 |
dtype: float64
|
| 34 |
+
- name: efflux_MDR1_HUMAN
|
| 35 |
+
dtype: float64
|
| 36 |
+
- name: efflux_A4D1D2_HUMAN
|
| 37 |
+
dtype: float64
|
| 38 |
+
- name: efflux_ABCG2_HUMAN
|
| 39 |
+
dtype: float64
|
| 40 |
+
- name: efflux_MRP1_HUMAN
|
| 41 |
+
dtype: float64
|
| 42 |
+
- name: efflux_MRP2_HUMAN
|
| 43 |
+
dtype: float64
|
| 44 |
+
- name: efflux_MRP4_HUMAN
|
| 45 |
+
dtype: float64
|
| 46 |
+
- name: efflux_S47A1_HUMAN
|
| 47 |
+
dtype: float64
|
| 48 |
+
- name: efflux_S22A8_HUMAN
|
| 49 |
+
dtype: float64
|
| 50 |
- name: p_bbb
|
| 51 |
dtype: float64
|
| 52 |
+
- name: heuristic_reason
|
| 53 |
+
dtype: string
|
| 54 |
+
- name: heuristic_veto
|
| 55 |
+
dtype: string
|
| 56 |
- name: score_total
|
| 57 |
dtype: float64
|
| 58 |
splits:
|
| 59 |
- name: train
|
| 60 |
+
num_examples: 1023158502
|
| 61 |
+
dataset_size: 140000000000
|
| 62 |
license: cc-by-nc-4.0
|
| 63 |
task_categories:
|
| 64 |
- tabular-classification
|
|
|
|
| 70 |
- cns
|
| 71 |
- molecular-properties
|
| 72 |
- screening
|
| 73 |
+
pretty_name: "BBB-Nuke: 1B Compound BBB Permeability Screen"
|
| 74 |
size_categories:
|
| 75 |
- 1B<n<10B
|
| 76 |
---
|
| 77 |
|
| 78 |
+
# BBB-Nuke: 1 Billion Compound Blood-Brain Barrier Permeability Screen
|
| 79 |
|
| 80 |
## Overview
|
| 81 |
|
| 82 |
+
1.02 billion small molecules screened for blood-brain barrier (BBB) permeability using the [BBB-Nuke](https://github.com/ATTN-Lab) pipeline (v0.12.0).
|
| 83 |
+
|
| 84 |
+
## Screening Pipeline
|
| 85 |
+
|
| 86 |
+
Each compound was scored through:
|
| 87 |
+
1. **Standardization** - SMILES canonicalization via RDKit
|
| 88 |
+
2. **Physicochemical properties** - MW, LogP, TPSA, HBD, HBA, Fsp3, heavy atom count
|
| 89 |
+
3. **pKa prediction** - Representative pKa via MolGpKa (batched GCN inference)
|
| 90 |
+
4. **CNS-MPO scoring** - Multi-parameter optimization (6 properties)
|
| 91 |
+
5. **Efflux transporter prediction** - 8 efflux proteins (S1 fingerprint RF classifiers)
|
| 92 |
+
6. **Classifier + heuristic** - Final P_BBB probability score (5-fold CV AUROC 0.933)
|
| 93 |
|
| 94 |
## Data Sources
|
| 95 |
|
| 96 |
+
| Source | Parquet Dir | Compounds |
|
| 97 |
+
|--------|-------------|-----------|
|
| 98 |
+
| Enamine REAL | | ~199M |
|
| 99 |
+
| Existing (ZINC/ChEMBL) | | ~666M |
|
| 100 |
+
| PubChem | | ~59M |
|
| 101 |
+
| CPU Screen (ZINC) | | ~99M |
|
| 102 |
+
| **Total** | | **1,023,158,502** |
|
| 103 |
|
| 104 |
## Key Columns
|
| 105 |
|
|
|
|
| 108 |
- - CNS multi-parameter optimization score
|
| 109 |
- , , - Key physicochemical descriptors
|
| 110 |
- - Predicted pKa
|
| 111 |
+
- - Efflux transporter affinity scores (8 proteins)
|
| 112 |
- - Data source (enamine_real, existing, pubchem)
|
| 113 |
+
- - Composite heuristic score
|
| 114 |
|
| 115 |
## Compute
|
| 116 |
|
| 117 |
+
- **924M compounds**: Azure ML, 8x NVIDIA A100 80GB GPUs (Standard_ND96amsr_A100_v4)
|
| 118 |
+
- **99M compounds**: Azure ML, 64-core CPU (Standard_E64ds_v4), batched pKa + S1 efflux only (no PSICHIC)
|
| 119 |
|
| 120 |
## Citation
|
| 121 |
|