consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 502979
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1659676 | 1659676 | 502979 502979 | 7578 | 2 | 0.352840640901355 |
| 1659677 | 1659677 | 502979 502979 | 73646 | 2 | 0.249496009859555 |
| 1659678 | 1659678 | 502979 502979 | 150154 | 3 | 0.280049802271972 |
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)
);