consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 280242
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 285999 | 285999 | 96887 96887 | 280242 | 2 | 0.184748790084293 |
| 326497 | 326497 | 110029 110029 | 280242 | 6 | 0.125380202924396 |
| 860494 | 860494 | 297582 297582 | 280242 | 4 | 0.0794387486362335 |
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)
);