consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where inventory_id = 238420
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 665805 | 665805 | 238420 238420 | 75435 | 4 | 0.344128491444058 |
| 665806 | 665806 | 238420 238420 | 171213 | 1 | 0.114709497148019 |
| 665807 | 665807 | 238420 238420 | 195604 | 1 | 0.0860321228610145 |
| 665808 | 665808 | 238420 238420 | 198331 | 1 | 0.0573547485740097 |
| 665809 | 665809 | 238420 238420 | 208530 | 1 | 0.172064245722029 |
| 665810 | 665810 | 238420 238420 | 208531 | 1 | 0.0688256982888116 |
| 665811 | 665811 | 238420 238420 | 291896 | 1 | 0.0491612130634369 |
| 665812 | 665812 | 238420 238420 | 310261 | 1 | 0.0430160614305073 |
| 665813 | 665813 | 238420 238420 | 326635 | 1 | 0.0382364990493398 |
CREATE TABLE [consensus_index] (
[inventory_id] integer,
[inchi_id] text,
[consensus_score] text,
[consensus_count] integer,
FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
FOREIGN KEY (inchi_id) REFERENCES substances(inchi_id)
);