consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 112953
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 335097 | 335097 | 112953 112953 | 26930 | 4 | 0.27128953850806 |
| 335098 | 335098 | 112953 112953 | 166468 | 1 | 0.127887114896012 |
| 335099 | 335099 | 112953 112953 | 176124 | 4 | 0.383661344688037 |
| 335100 | 335100 | 112953 112953 | 176125 | 2 | 0.110753490316646 |
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)
);