consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 155754
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 433159 | 433159 | 155754 155754 | 7020 | 7 | 0.446113578637399 |
| 433160 | 433160 | 155754 155754 | 45494 | 1 | 0.11152839465935 |
| 433161 | 433161 | 155754 155754 | 85168 | 2 | 0.182125105831434 |
| 433162 | 433162 | 155754 155754 | 291042 | 1 | 0.2230567893187 |
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)
);