consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 53800
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 149716 | 149716 | 53800 53800 | 15313 | 2 | 0.333633238062004 |
| 149717 | 149717 | 53800 53800 | 91460 | 9 | 0.308902578300135 |
| 149718 | 149718 | 53800 53800 | 145114 | 1 | 0.166816619031002 |
| 149719 | 149719 | 53800 53800 | 259639 | 1 | 0.166816619031002 |
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)
);