consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 77466
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 224582 | 224582 | 77466 77466 | 5275 | 6 | 0.439020913765325 |
| 224583 | 224583 | 77466 77466 | 157957 | 1 | 0.146340304588441 |
| 224584 | 224584 | 77466 77466 | 167192 | 1 | 0.219510456882662 |
| 224585 | 224585 | 77466 77466 | 183623 | 2 | 0.155217332603088 |
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)
);