consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 140826
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 120647 | 120647 | 41998 41998 | 140826 | 1 | 0.12953436508435 |
| 244626 | 244626 | 83249 83249 | 140826 | 1 | 0.0802062104970122 |
| 879096 | 879096 | 305146 305146 | 140826 | 1 | 0.125606895147472 |
| 1628528 | 1628528 | 491991 491991 | 140826 | 1 | 0.120326135934286 |
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)
);