consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 111287
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 294670 | 294670 | 99751 99751 | 111287 | 1 | 0.0800781444667113 |
| 315045 | 315045 | 106262 106262 | 111287 | 3 | 0.212460129441249 |
| 877491 | 877491 | 304290 304290 | 111287 | 2 | 0.187232894176904 |
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)
);