consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 192754
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 8256 | 8256 | 2499 2499 | 192754 | 3 | 0.345448266349056 |
| 20921 | 20921 | 6172 6172 | 192754 | 3 | 0.345448266349056 |
| 321309 | 321309 | 108267 108267 | 192754 | 4 | 0.346533113851545 |
| 470651 | 470651 | 170373 170373 | 192754 | 4 | 0.346533113851545 |
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)
);