consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 63116
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 177119 | 177119 | 63116 63116 | 11727 | 2 | 0.222554833943317 |
| 177120 | 177120 | 63116 63116 | 58556 | 7 | 0.312103240538839 |
| 177121 | 177121 | 63116 63116 | 133515 | 12 | 0.445109667886634 |
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)
);