consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 111386
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 330440 | 330440 | 111386 111386 | 13083 | 4 | 0.179285254703613 |
| 330441 | 330441 | 111386 111386 | 140331 | 4 | 0.408682003304821 |
| 330442 | 330442 | 111386 111386 | 143315 | 4 | 0.20434100165241 |
| 330443 | 330443 | 111386 111386 | 150592 | 1 | 0.102170500826205 |
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)
);