consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 515512
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1692686 | 1692686 | 515512 515512 | 63740 | 1 | 0.30135356500497 |
| 1692687 | 1692687 | 515512 515512 | 92894 | 2 | 0.30135356500497 |
| 1692688 | 1692688 | 515512 515512 | 145274 | 1 | 0.150676782502485 |
| 1692689 | 1692689 | 515512 515512 | 193167 | 3 | 0.208946891861953 |
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)
);