consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 15258
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 258892 | 258892 | 87663 87663 | 15258 | 10 | 0.899343481546856 |
| 434893 | 434893 | 156217 156217 | 15258 | 1 | 0.238095238095238 |
| 1731351 | 1731351 | 530170 530170 | 15258 | 11 | 0.903161183947508 |
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)
);