consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 266579
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 759580 | 759580 | 266579 266579 | 11435 | 3 | 0.335244851122797 |
| 759581 | 759581 | 266579 266579 | 107995 | 1 | 0.167622425561398 |
| 759582 | 759582 | 266579 266579 | 157655 | 2 | 0.167622425561398 |
| 759583 | 759583 | 266579 266579 | 247093 | 1 | 0.111748283707599 |
| 759584 | 759584 | 266579 266579 | 277428 | 1 | 0.111748283707599 |
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)
);