consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 116644
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 345349 | 345349 | 116644 116644 | 2666 | 5 | 0.47964350292062 |
| 345350 | 345350 | 116644 116644 | 110318 | 1 | 0.183655234263311 |
| 345351 | 345351 | 116644 116644 | 180298 | 2 | 0.275482851394966 |
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)
);