consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 240616
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 672577 | 672577 | 240616 240616 | 2660 | 12 | 0.466019417475728 |
| 672578 | 672578 | 240616 240616 | 54040 | 1 | 0.233009708737864 |
| 672579 | 672579 | 240616 240616 | 168035 | 1 | 0.155339805825243 |
| 672580 | 672580 | 240616 240616 | 194892 | 1 | 0.116504854368932 |
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)
);