consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 86758
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 255651 | 255651 | 86758 86758 | 2901 | 1 | 0.072793654804457 |
| 255652 | 255652 | 86758 86758 | 15054 | 1 | 0.121322758007428 |
| 255653 | 255653 | 86758 86758 | 15055 | 1 | 0.181984137011143 |
| 255654 | 255654 | 86758 86758 | 21376 | 1 | 0.0909920685055713 |
| 255655 | 255655 | 86758 86758 | 181029 | 3 | 0.363968274022285 |
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)
);