consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 261852
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 743934 | 743934 | 261852 261852 | 2595 | 2 | 0.19138164457139 |
| 743935 | 743935 | 261852 261852 | 2596 | 8 | 0.468787375334597 |
| 743936 | 743936 | 261852 261852 | 57816 | 2 | 0.19138164457139 |
| 743937 | 743937 | 261852 261852 | 266863 | 2 | 0.117196843833649 |
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)
);