consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 68414
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 192446 | 192446 | 68414 68414 | 1519 | 1 | 0.198300283286119 |
| 192447 | 192447 | 68414 68414 | 50021 | 8 | 0.396600566572238 |
| 192448 | 192448 | 68414 68414 | 160112 | 1 | 0.0991501416430595 |
| 192449 | 192449 | 68414 68414 | 167479 | 1 | 0.0793201133144476 |
| 192450 | 192450 | 68414 68414 | 175207 | 1 | 0.0661000944287063 |
| 192451 | 192451 | 68414 68414 | 175369 | 1 | 0.132200188857413 |
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)
);