consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 268610
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 767192 | 767192 | 268610 268610 | 11743 | 8 | 0.368744628866959 |
| 767193 | 767193 | 268610 268610 | 45731 | 3 | 0.146171245422542 |
| 767194 | 767194 | 268610 268610 | 54377 | 3 | 0.348048583126867 |
| 767195 | 767195 | 268610 268610 | 266844 | 1 | 0.109628434066906 |
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)
);