consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 26865
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 197947 | 197947 | 70359 70359 | 26865 | 4 | 0.168701287890196 |
| 782790 | 782790 | 273677 273677 | 26865 | 4 | 0.833333333333333 |
| 782792 | 782792 | 273678 273678 | 26865 | 8 | 0.236593723577609 |
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)
);