consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 18313
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 323281 | 323281 | 108920 108920 | 18313 | 6 | 0.286714363158141 |
| 938515 | 938515 | 335355 335355 | 18313 | 4 | 0.33328924745404 |
| 1666897 | 1666897 | 505463 505463 | 18313 | 8 | 0.322806859989436 |
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)
);