consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 264503
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 752601 | 752601 | 264503 264503 | 3821 | 1 | 0.344407621297292 |
| 752602 | 752602 | 264503 264503 | 133728 | 3 | 0.273356510176593 |
| 752603 | 752603 | 264503 264503 | 206636 | 4 | 0.261693201072062 |
| 752604 | 752604 | 264503 264503 | 232782 | 1 | 0.086101905324323 |
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)
);