consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 255109
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 721821 | 721821 | 255109 255109 | 19764 | 1 | 0.174160768106742 |
| 721822 | 721822 | 255109 255109 | 64732 | 4 | 0.24630052028987 |
| 721823 | 721823 | 255109 255109 | 98118 | 2 | 0.142201671690902 |
| 721824 | 721824 | 255109 255109 | 101852 | 9 | 0.348321536213484 |
| 721825 | 721825 | 255109 255109 | 167951 | 1 | 0.0696643072426969 |
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)
);