consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 121686
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 358505 | 358505 | 121686 121686 | 46703 | 8 | 0.422726055139494 |
| 358506 | 358506 | 121686 121686 | 144976 | 2 | 0.122030500864128 |
| 358507 | 358507 | 121686 121686 | 172081 | 1 | 0.211363027569747 |
| 358508 | 358508 | 121686 121686 | 210487 | 1 | 0.211363027569747 |
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)
);