consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 165946
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 124380 | 124380 | 43149 43149 | 165946 | 1 | 0.0350215447745112 |
| 698121 | 698121 | 248863 248863 | 165946 | 1 | 0.0550039769757966 |
| 937461 | 937461 | 334874 334874 | 165946 | 1 | 0.0557825574036891 |
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)
);