consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 51690
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 145020 | 145020 | 51690 51690 | 13828 | 3 | 0.311252387945085 |
| 145021 | 145021 | 51690 51690 | 139210 | 2 | 0.349368992914023 |
| 145022 | 145022 | 51690 51690 | 287194 | 1 | 0.16469412268388 |
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)
);