consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 259738
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 736454 | 736454 | 259738 259738 | 90741 | 13 | 0.487246236561819 |
| 736455 | 736455 | 259738 259738 | 136540 | 1 | 0.265106351410449 |
| 736456 | 736456 | 259738 259738 | 137731 | 2 | 0.216458429508856 |
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)
);