consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 255479
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 722769 | 722769 | 255479 255479 | 87744 | 1 | 0.0686138728426695 |
| 722770 | 722770 | 255479 255479 | 115974 | 1 | 0.274455491370678 |
| 722771 | 722771 | 255479 255479 | 145998 | 2 | 0.274455491370678 |
| 722772 | 722772 | 255479 255479 | 181240 | 2 | 0.137227745685339 |
| 722773 | 722773 | 255479 255479 | 263997 | 2 | 0.158456951823432 |
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)
);