consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 74214
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 296583 | 296583 | 100335 100335 | 74214 | 8 | 0.556515873660933 |
| 600058 | 600058 | 236289 236289 | 74214 | 1 | 2.81355045495318e-05 |
| 917474 | 917474 | 325211 325211 | 74214 | 4 | 0.560774405531536 |
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)
);