consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 266548
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 759460 | 759460 | 266548 266548 | 8465 | 3 | 0.311688311688312 |
| 759461 | 759461 | 266548 266548 | 27349 | 1 | 0.103896103896104 |
| 759462 | 759462 | 266548 266548 | 92641 | 1 | 0.311688311688312 |
| 759463 | 759463 | 266548 266548 | 221307 | 1 | 0.0779220779220779 |
| 759464 | 759464 | 266548 266548 | 239354 | 1 | 0.155844155844156 |
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)
);