consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 183553
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 152369 | 152369 | 54825 54825 | 183553 | 3 | 0.0846721523100403 |
| 672282 | 672282 | 240540 240540 | 183553 | 3 | 0.202735589980127 |
| 934759 | 934759 | 333436 333436 | 183553 | 1 | 0.131537738803633 |
| 1632183 | 1632183 | 493313 493313 | 183553 | 3 | 0.202735589980127 |
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)
);