consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 168866
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 467428 | 467428 | 168866 168866 | 10669 | 1 | 0.0734958797963199 |
| 467429 | 467429 | 168866 168866 | 10670 | 3 | 0.29398351918528 |
| 467430 | 467430 | 168866 168866 | 135223 | 1 | 0.29398351918528 |
| 467431 | 467431 | 168866 168866 | 150164 | 1 | 0.0979945063950932 |
| 467432 | 467432 | 168866 168866 | 189980 | 2 | 0.207877739972997 |
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)
);