consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 45540
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 127372 | 127372 | 45540 45540 | 69234 | 1 | 0.305820591369856 |
| 127373 | 127373 | 45540 45540 | 112806 | 1 | 0.305820591369856 |
| 127374 | 127374 | 45540 45540 | 147621 | 3 | 0.242729964227023 |
| 127375 | 127375 | 45540 45540 | 318075 | 1 | 0.101940197123285 |
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)
);