consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 343881
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 174977 | 174977 | 62484 62484 | 343881 | 1 | 0.0182177024543041 |
| 704492 | 704492 | 250803 250803 | 343881 | 1 | 0.0182791802389259 |
| 884593 | 884593 | 307915 307915 | 343881 | 1 | 0.0182177024543041 |
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)
);