consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 102139
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 301715 | 301715 | 102139 102139 | 1566 | 7 | 0.419296792964076 |
| 301716 | 301716 | 102139 102139 | 31916 | 1 | 0.104824198241019 |
| 301717 | 301717 | 102139 102139 | 162238 | 1 | 0.139765597654692 |
| 301718 | 301718 | 102139 102139 | 192106 | 1 | 0.139765597654692 |
| 301719 | 301719 | 102139 102139 | 203558 | 3 | 0.166398042559516 |
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)
);