consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 90679
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 267525 | 267525 | 90679 90679 | 28038 | 8 | 0.454573430837263 |
| 267526 | 267526 | 90679 90679 | 123778 | 2 | 0.212896528509838 |
| 267527 | 267527 | 90679 90679 | 184024 | 2 | 0.164908941876795 |
| 267528 | 267528 | 90679 90679 | 282353 | 1 | 0.130371965714748 |
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)
);