consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 314101
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 153585 | 153585 | 55209 55209 | 314101 | 2 | 0.138766188092561 |
| 716982 | 716982 | 253587 253587 | 314101 | 1 | 0.140845070422535 |
| 938844 | 938844 | 335482 335482 | 314101 | 1 | 0.139211136890951 |
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)
);