consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 231798
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 261997 | 261997 | 88746 88746 | 231798 | 1 | 0.0461356743922674 |
| 572840 | 572840 | 224488 224488 | 231798 | 1 | 0.0461356743922674 |
| 690636 | 690636 | 246335 246335 | 231798 | 1 | 0.0387047566680482 |
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)
);