consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 219476
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 175311 | 175311 | 62573 62573 | 219476 | 1 | 0.00805789287030234 |
| 749521 | 749521 | 263536 263536 | 219476 | 1 | 0.00805582456484345 |
| 774416 | 774416 | 270880 270880 | 219476 | 1 | 0.00899306696071285 |
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)
);