consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 183996
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 297493 | 297493 | 100591 100591 | 183996 | 4 | 0.0605782916830239 |
| 727936 | 727936 | 256976 256976 | 183996 | 5 | 0.0628940427895411 |
| 1740115 | 1740115 | 532932 532932 | 183996 | 3 | 0.0431928421388657 |
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)
);