Datasets:
Eachan Johnson commited on
Commit ·
f71ca1b
1
Parent(s): f223d5d
Update README
Browse files
README.md
CHANGED
|
@@ -128,7 +128,9 @@ topological polar surface area have also been calculated.
|
|
| 128 |
|
| 129 |
### Configurations
|
| 130 |
|
| 131 |
-
The config `
|
|
|
|
|
|
|
| 132 |
|
| 133 |
```
|
| 134 |
configuration n_rows
|
|
@@ -162,31 +164,32 @@ Developing chemistry models for antibiotic drug discovery.
|
|
| 162 |
|
| 163 |
## Dataset Structure
|
| 164 |
|
| 165 |
-
- spark_compound_id: Original compound identifier
|
| 166 |
-
- spark_SMILES: Original SMILES string of compound
|
| 167 |
-
- spark_compound_batch_id: Original compound batch identifier
|
| 168 |
-
- pubmed_id: Literature reference
|
| 169 |
-
- doi: Literature reference
|
| 170 |
-
- mic_micromolar: Minimum inhibitory concentration in µM, as in original dataset. Includes inequality symbols like ">"
|
| 171 |
-
- mic_ineq_operator: Conversion of inequalities to "eq", "lt", "gt", "lteq", or "gteq"
|
| 172 |
-
- plain_mic_micromolar: MIC with inequality symbols stripped
|
| 173 |
-
- plain_pmic: pMIC based on MIC with inequality symbols stripped
|
| 174 |
-
- pmic: pMIC if mic_ineq_operator == "eq", otherwise
|
| 175 |
-
- mic_method: Original method for meauring the MIC
|
| 176 |
-
- species: Bacterial species
|
| 177 |
-
- strain_name: Strain of bacterial species
|
| 178 |
-
-
|
| 179 |
-
-
|
| 180 |
-
-
|
| 181 |
-
-
|
| 182 |
-
-
|
| 183 |
-
-
|
| 184 |
-
-
|
| 185 |
-
-
|
| 186 |
-
-
|
| 187 |
-
-
|
| 188 |
-
-
|
| 189 |
-
-
|
|
|
|
| 190 |
|
| 191 |
## Dataset Creation
|
| 192 |
|
|
|
|
| 128 |
|
| 129 |
### Configurations
|
| 130 |
|
| 131 |
+
The config `all` gives the entire cleaned wild-type accumulator dataset.
|
| 132 |
+
|
| 133 |
+
Species specific configurations can be accessed:
|
| 134 |
|
| 135 |
```
|
| 136 |
configuration n_rows
|
|
|
|
| 164 |
|
| 165 |
## Dataset Structure
|
| 166 |
|
| 167 |
+
- **spark_compound_id:** Original compound identifier
|
| 168 |
+
- **spark_SMILES:** Original SMILES string of compound
|
| 169 |
+
- **spark_compound_batch_id:** Original compound batch identifier
|
| 170 |
+
- **pubmed_id:** Literature reference
|
| 171 |
+
- **doi:** Literature reference
|
| 172 |
+
- **mic_micromolar:** Minimum inhibitory concentration in µM, as in original dataset. Includes inequality symbols like ">"
|
| 173 |
+
- **mic_ineq_operator:** Conversion of inequalities to "eq", "lt", "gt", "lteq", or "gteq"
|
| 174 |
+
- **plain_mic_micromolar:** MIC with inequality symbols stripped
|
| 175 |
+
- **plain_pmic:** pMIC based on MIC with inequality symbols stripped
|
| 176 |
+
- **pmic:** pMIC if mic_ineq_operator == "eq", otherwise -1 or +1 for "lt" or "gt"
|
| 177 |
+
- **mic_method:** Original method for meauring the MIC
|
| 178 |
+
- **species:** Bacterial species
|
| 179 |
+
- **strain_name:** Strain of bacterial species
|
| 180 |
+
- **strain_name_full:** Full name of bacterial strain, concatenation of `species` and `strain_name`
|
| 181 |
+
- **accumulation_phenotype:** Whether efflux deficient. In this dataset, all "Wild type"
|
| 182 |
+
- **mic_condition:** Original condition for measuring MIC
|
| 183 |
+
- **id:** Numerical almost-unique identifier of compound
|
| 184 |
+
- **inchikey:** Unique identifier for compound
|
| 185 |
+
- **smiles:** RDKit-canonicalized SMILES string of compound
|
| 186 |
+
- **scaffold:** Murcko scaffold of compound
|
| 187 |
+
- **mwt:** Molecular weight of compound
|
| 188 |
+
- **clogp:** Crippen LogP of compound
|
| 189 |
+
- **tpsa:** Topological polar surface area of compound
|
| 190 |
+
- **is_train:** In training split
|
| 191 |
+
- **is_test:** In test split
|
| 192 |
+
- **is_validation:** In validation split
|
| 193 |
|
| 194 |
## Dataset Creation
|
| 195 |
|