consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 272552
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 779420 | 779420 | 272552 272552 | 13490 | 1 | 0.157694564747984 |
| 779421 | 779421 | 272552 272552 | 23716 | 6 | 0.561959542366711 |
| 779422 | 779422 | 272552 272552 | 281612 | 1 | 0.210259419663979 |
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)
);