consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 431239
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1345763 | 1345763 | 431239 431239 | 66816 | 2 | 0.294667926179566 |
| 1345764 | 1345764 | 431239 431239 | 130450 | 2 | 0.294667926179566 |
| 1345765 | 1345765 | 431239 431239 | 140843 | 1 | 0.147333963089783 |
| 1345766 | 1345766 | 431239 431239 | 145999 | 5 | 0.236542191262033 |
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)
);