consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 150417
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 419652 | 419652 | 150417 150417 | 28920 | 1 | 0.15976603575921 |
| 419653 | 419653 | 150417 150417 | 29102 | 1 | 0.31953207151842 |
| 419654 | 419654 | 150417 150417 | 84324 | 1 | 0.127812828607368 |
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)
);