consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 110087
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 52015 | 52015 | 16135 16135 | 110087 | 3 | 0.097730521276513 |
| 181185 | 181185 | 64728 64728 | 110087 | 3 | 0.104213825747178 |
| 768797 | 768797 | 268976 268976 | 110087 | 3 | 0.104213825747178 |
| 768804 | 768804 | 268977 268977 | 110087 | 3 | 0.066548264685823 |
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)
);