consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 168452
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 511843 | 511843 | 205967 205967 | 168452 | 1 | 0.0685557062626705 |
| 717011 | 717011 | 253601 253601 | 168452 | 1 | 0.0681305772993544 |
| 820234 | 820234 | 284676 284676 | 168452 | 1 | 0.0685557062626705 |
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)
);