consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 172715
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 474836 | 474836 | 172715 172715 | 4012 | 1 | 0.184476849246022 |
| 474837 | 474837 | 172715 172715 | 24682 | 3 | 0.292838744556915 |
| 474838 | 474838 | 172715 172715 | 120743 | 6 | 0.368953698492045 |
| 474839 | 474839 | 172715 172715 | 166193 | 1 | 0.122984566164015 |
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)
);