consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 260463
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 739073 | 739073 | 260463 260463 | 756 | 7 | 0.446113578637399 |
| 739074 | 739074 | 260463 260463 | 75973 | 2 | 0.182125105831434 |
| 739075 | 739075 | 260463 260463 | 182948 | 1 | 0.2230567893187 |
| 739076 | 739076 | 260463 260463 | 253861 | 1 | 0.11152839465935 |
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)
);