consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 290262
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 836670 | 836670 | 290262 290262 | 33862 | 1 | 0.305820591369856 |
| 836671 | 836671 | 290262 290262 | 135303 | 1 | 0.305820591369856 |
| 836672 | 836672 | 290262 290262 | 274886 | 1 | 0.101940197123285 |
| 836673 | 836673 | 290262 290262 | 315851 | 3 | 0.242729964227023 |
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)
);