consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 184685
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 530153 | 530153 | 210391 210391 | 184685 | 2 | 0.0498426318682167 |
| 730892 | 730892 | 257808 257808 | 184685 | 2 | 0.0498578976323042 |
| 912659 | 912659 | 322493 322493 | 184685 | 1 | 0.0716913392309442 |
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)
);