consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 19144
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 60218 | 60218 | 19144 19144 | 38119 | 2 | 0.33171102691706 |
| 60219 | 60219 | 19144 19144 | 112529 | 6 | 0.295520928673425 |
| 60220 | 60220 | 19144 19144 | 121719 | 2 | 0.234555116527407 |
| 60221 | 60221 | 19144 19144 | 155059 | 1 | 0.110570342305687 |
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)
);