consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 167825
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 296488 | 296488 | 100295 100295 | 167825 | 1 | 0.0872206652809476 |
| 459897 | 459897 | 165324 165324 | 167825 | 1 | 0.0872206652809476 |
| 956330 | 956330 | 343648 343648 | 167825 | 1 | 0.0873916988860685 |
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)
);