consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 55499
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 42505 | 42505 | 12924 12924 | 55499 | 2 | 0.313142231293666 |
| 168211 | 168211 | 60018 60018 | 55499 | 3 | 0.0797195540158549 |
| 668267 | 668267 | 239463 239463 | 55499 | 1 | 0.310365416464294 |
| 960024 | 960024 | 345447 345447 | 55499 | 3 | 0.276562129880785 |
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)
);