consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 264500
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 752588 | 752588 | 264500 264500 | 3821 | 2 | 0.292110234199089 |
| 752589 | 752589 | 264500 264500 | 121946 | 1 | 0.146055117099545 |
| 752590 | 752590 | 264500 264500 | 133728 | 3 | 0.231848046529156 |
| 752591 | 752591 | 264500 264500 | 206636 | 5 | 0.234489025607124 |
| 752592 | 752592 | 264500 264500 | 232782 | 1 | 0.0730275585497723 |
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)
);