consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 245748
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 689118 | 689118 | 245748 245748 | 17894 | 15 | 0.494046346758907 |
| 689119 | 689119 | 245748 245748 | 43754 | 2 | 0.1465305102254 |
| 689120 | 689120 | 245748 245748 | 221654 | 1 | 0.189170075271417 |
| 689121 | 689121 | 245748 245748 | 258875 | 1 | 0.141877556453563 |
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)
);