consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 78239
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 227502 | 227502 | 78239 78239 | 9853 | 9 | 0.515089723606585 |
| 227503 | 227503 | 78239 78239 | 87546 | 2 | 0.205755458159333 |
| 227504 | 227504 | 78239 78239 | 224943 | 2 | 0.237585938311051 |
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)
);