consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 270255
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 772461 | 772461 | 270255 270255 | 16110 | 4 | 0.460403361573396 |
| 772462 | 772462 | 270255 270255 | 139304 | 1 | 0.153467787191132 |
| 772463 | 772463 | 270255 270255 | 163187 | 1 | 0.0920806723146792 |
| 772464 | 772464 | 270255 270255 | 260641 | 2 | 0.132907002370104 |
| 772465 | 772465 | 270255 270255 | 271355 | 1 | 0.115100840393349 |
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)
);