consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 159201
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 290385 | 290385 | 98354 98354 | 159201 | 1 | 0.0791476407914764 |
| 505567 | 505567 | 202214 202214 | 159201 | 1 | 0.0791476407914764 |
| 877256 | 877256 | 304162 304162 | 159201 | 1 | 0.0784313725490196 |
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)
);