consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 16242
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 320162 | 320162 | 107908 107908 | 16242 | 8 | 0.276738033626034 |
| 868471 | 868471 | 299589 299589 | 16242 | 1 | 0.107987559381054 |
| 1747747 | 1747747 | 535318 535318 | 16242 | 2 | 0.144312073991522 |
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)
);