consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 58203
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 162416 | 162416 | 58203 58203 | 118665 | 9 | 0.317658238389438 |
| 162417 | 162417 | 58203 58203 | 239048 | 1 | 0.343089874011887 |
| 162418 | 162418 | 58203 58203 | 246770 | 1 | 0.114363291337296 |
| 162419 | 162419 | 58203 58203 | 343932 | 1 | 0.0857724685029716 |
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)
);