consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 260080
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 737664 | 737664 | 260080 260080 | 25 | 7 | 0.389331582581716 |
| 737665 | 737665 | 260080 260080 | 2276 | 1 | 0.0973328956454289 |
| 737666 | 737666 | 260080 260080 | 143984 | 1 | 0.194665791290858 |
| 737667 | 737667 | 260080 260080 | 196143 | 2 | 0.158943953012576 |
| 737668 | 737668 | 260080 260080 | 238241 | 1 | 0.129777194193905 |
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)
);