consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 214256
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 540819 | 540819 | 214256 214256 | 53335 | 4 | 0.141983596537938 |
| 540820 | 540820 | 214256 214256 | 73678 | 2 | 0.347787363363145 |
| 540821 | 540821 | 214256 214256 | 105477 | 6 | 0.347787363363145 |
| 540822 | 540822 | 214256 214256 | 173635 | 4 | 0.141983596537938 |
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)
);