consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 238515
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 333586 | 333586 | 112447 112447 | 238515 | 3 | 0.17054920526602 |
| 817406 | 817406 | 283822 283822 | 238515 | 1 | 0.0662348095650357 |
| 962385 | 962385 | 346442 346442 | 238515 | 2 | 0.294841445690842 |
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)
);