consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 210040
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 528841 | 528841 | 210040 210040 | 2827 | 2 | 0.314765212626366 |
| 528842 | 528842 | 210040 210040 | 14460 | 1 | 0.104921737542122 |
| 528843 | 528843 | 210040 210040 | 49256 | 2 | 0.111286308164864 |
| 528844 | 528844 | 210040 210040 | 74079 | 2 | 0.222572616329729 |
| 528845 | 528845 | 210040 210040 | 152023 | 1 | 0.104921737542122 |
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)
);