consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 293758
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 849140 | 849140 | 293758 293758 | 77679 | 5 | 0.455696202531646 |
| 849141 | 849141 | 293758 293758 | 231112 | 1 | 0.227848101265823 |
| 849142 | 849142 | 293758 293758 | 248214 | 1 | 0.151898734177215 |
| 849143 | 849143 | 293758 293758 | 271090 | 1 | 0.113924050632911 |
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)
);