consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 118649
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 301438 | 301438 | 102042 102042 | 118649 | 3 | 0.200245722379428 |
| 594919 | 594919 | 231733 231733 | 118649 | 5 | 0.233227357616427 |
| 1655371 | 1655371 | 501580 501580 | 118649 | 2 | 0.165556140046166 |
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)
);