consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 54698
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 152086 | 152086 | 54698 54698 | 27762 | 2 | 0.29238564334225 |
| 152087 | 152087 | 54698 54698 | 95147 | 2 | 0.413495742257793 |
| 152088 | 152088 | 54698 54698 | 253543 | 1 | 0.137831914085931 |
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)
);