consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 40051
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 114721 | 114721 | 40051 40051 | 95450 | 4 | 0.360955398955048 |
| 114722 | 114722 | 40051 40051 | 144992 | 1 | 0.0902388497387619 |
| 114723 | 114723 | 40051 40051 | 227461 | 2 | 0.1473594245571 |
| 114724 | 114724 | 40051 40051 | 232416 | 1 | 0.120318466318349 |
| 114725 | 114725 | 40051 40051 | 283143 | 2 | 0.127617005153505 |
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)
);