consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 178457
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 500192 | 500192 | 197936 197936 | 178457 | 1 | 0.0706094926904918 |
| 502060 | 502060 | 200329 200329 | 178457 | 1 | 0.0673130974231285 |
| 823168 | 823168 | 285766 285766 | 178457 | 1 | 0.0806452240491663 |
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)
);