consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where inventory_id = 292052
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 842733 | 842733 | 292052 292052 | 75435 | 4 | 0.344128491444058 |
| 842734 | 842734 | 292052 292052 | 171213 | 1 | 0.114709497148019 |
| 842735 | 842735 | 292052 292052 | 195604 | 1 | 0.0860321228610145 |
| 842736 | 842736 | 292052 292052 | 198331 | 1 | 0.0573547485740097 |
| 842737 | 842737 | 292052 292052 | 208530 | 1 | 0.172064245722029 |
| 842738 | 842738 | 292052 292052 | 208531 | 1 | 0.0688256982888116 |
| 842739 | 842739 | 292052 292052 | 291896 | 1 | 0.0491612130634369 |
| 842740 | 842740 | 292052 292052 | 310261 | 1 | 0.0430160614305073 |
| 842741 | 842741 | 292052 292052 | 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)
);