consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 119398
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 15406 | 15406 | 4748 4748 | 119398 | 2 | 0.315789473684211 |
| 209874 | 209874 | 73905 73905 | 119398 | 2 | 0.315035799522673 |
| 422445 | 422445 | 153116 153116 | 119398 | 2 | 0.315035799522673 |
| 1608475 | 1608475 | 485821 485821 | 119398 | 2 | 0.315789473684211 |
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)
);