consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 239458
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 668253 | 668253 | 239458 239458 | 97453 | 1 | 0.131872842934986 |
| 668254 | 668254 | 239458 239458 | 102682 | 1 | 0.19780926440248 |
| 668255 | 668255 | 239458 239458 | 110453 | 8 | 0.362783790480831 |
| 668256 | 668256 | 239458 239458 | 290151 | 1 | 0.19780926440248 |
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)
);