consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 219031
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 555746 | 555746 | 219031 219031 | 49009 | 4 | 0.331669965415943 |
| 555747 | 555747 | 219031 219031 | 185585 | 2 | 0.394424282705345 |
| 555748 | 555748 | 219031 219031 | 232563 | 1 | 0.131474760901782 |
| 555749 | 555749 | 219031 219031 | 280364 | 1 | 0.0986060706763363 |
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)
);