consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 100790
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 298262 | 298262 | 100790 100790 | 75910 | 4 | 0.279010507097903 |
| 298263 | 298263 | 100790 100790 | 97458 | 8 | 0.436675042337357 |
| 298264 | 298264 | 100790 100790 | 224979 | 2 | 0.149908150795123 |
| 298265 | 298265 | 100790 100790 | 296635 | 2 | 0.10385941345834 |
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)
);