consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 262097
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 264912 | 264912 | 89757 89757 | 262097 | 1 | 0.10400480426916 |
| 570699 | 570699 | 223733 223733 | 262097 | 1 | 0.107023102263488 |
| 1638339 | 1638339 | 495504 495504 | 262097 | 1 | 0.10400480426916 |
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)
);