consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 186385
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 224665 | 224665 | 77490 77490 | 186385 | 1 | 0.0349403784375585 |
| 676807 | 676807 | 241860 241860 | 186385 | 1 | 0.0330520205934488 |
| 752113 | 752113 | 264379 264379 | 186385 | 1 | 0.0349403784375585 |
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)
);