consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 45644
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 183483 | 183483 | 65569 65569 | 45644 | 4 | 0.365729616959972 |
| 190982 | 190982 | 67978 67978 | 45644 | 1 | 0.168674698795181 |
| 346363 | 346363 | 116967 116967 | 45644 | 4 | 0.358080673798653 |
| 357057 | 357057 | 121109 121109 | 45644 | 6 | 0.356227446685866 |
| 563950 | 563950 | 221574 221574 | 45644 | 4 | 0.358080673798653 |
| 906289 | 906289 | 319842 319842 | 45644 | 1 | 0.168674698795181 |
| 1676814 | 1676814 | 509128 509128 | 45644 | 2 | 0.215614266373077 |
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)
);