consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 110555
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 297541 | 297541 | 100595 100595 | 110555 | 2 | 0.283975659229209 |
| 460442 | 460442 | 165501 165501 | 110555 | 1 | 0.466666666666667 |
| 539410 | 539410 | 213825 213825 | 110555 | 2 | 0.335383457011032 |
| 727993 | 727993 | 256981 256981 | 110555 | 3 | 0.285261489698891 |
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)
);