consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 101679
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 300256 | 300256 | 101679 101679 | 418 | 2 | 0.311549808615819 |
| 300257 | 300257 | 101679 101679 | 120571 | 2 | 0.127189676761752 |
| 300258 | 300258 | 101679 101679 | 150078 | 4 | 0.311549808615819 |
| 300259 | 300259 | 101679 101679 | 248248 | 1 | 0.15577490430791 |
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)
);