consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 516456
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1694995 | 1694995 | 516456 516456 | 62467 | 2 | 0.182695860286209 |
| 1694996 | 1694996 | 516456 516456 | 64839 | 2 | 0.447511635820017 |
| 1694997 | 1694997 | 516456 516456 | 109461 | 7 | 0.33249986757544 |
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)
);