consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 131885
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 384668 | 384668 | 131885 131885 | 67035 | 1 | 0.40877732166303 |
| 384669 | 384669 | 131885 131885 | 108460 | 5 | 0.309795279229202 |
| 384670 | 384670 | 131885 131885 | 252916 | 2 | 0.236007696700765 |
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)
);