consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 502037
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1656802 | 1656802 | 502037 502037 | 5655 | 4 | 0.435769154529544 |
| 1656803 | 1656803 | 502037 502037 | 259370 | 5 | 0.37935908294277 |
| 1656804 | 1656804 | 502037 502037 | 289230 | 1 | 0.145256384843181 |
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)
);