consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 20607
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 63664 | 63664 | 20607 20607 | 23614 | 2 | 0.201756397140574 |
| 63665 | 63665 | 20607 20607 | 53447 | 3 | 0.349452330599519 |
| 63666 | 63666 | 20607 20607 | 186988 | 2 | 0.174726165299759 |
| 63667 | 63667 | 20607 20607 | 187709 | 3 | 0.242296713269282 |
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)
);