consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 238995
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 107 | 107 | 29 29 | 238995 | 1 | 0.0129969256713262 |
| 724686 | 724686 | 256079 256079 | 238995 | 1 | 0.0126326909156363 |
| 1760483 | 1760483 | 540440 540440 | 238995 | 1 | 0.0132533277869907 |
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)
);