consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 199465
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 345703 | 345703 | 116769 116769 | 199465 | 2 | 0.0533182662690918 |
| 941948 | 941948 | 337089 337089 | 199465 | 1 | 0.0370321386060045 |
| 1753293 | 1753293 | 537170 537170 | 199465 | 1 | 0.0370910054311829 |
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)
);