consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 168482
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 175068 | 175068 | 62506 62506 | 168482 | 1 | 0.173553719008264 |
| 222095 | 222095 | 76802 76802 | 168482 | 1 | 0.206896551724138 |
| 673293 | 673293 | 240801 240801 | 168482 | 1 | 0.208695652173913 |
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)
);