consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 255707
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 723467 | 723467 | 255707 255707 | 3501 | 1 | 0.0710446992231426 |
| 723468 | 723468 | 255707 255707 | 68027 | 3 | 0.281941075708952 |
| 723469 | 723469 | 255707 255707 | 102910 | 6 | 0.355223496115713 |
| 723470 | 723470 | 255707 255707 | 160164 | 1 | 0.118407832038571 |
| 723471 | 723471 | 255707 255707 | 246819 | 1 | 0.0888058740289282 |
| 723472 | 723472 | 255707 255707 | 259465 | 1 | 0.0592039160192855 |
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)
);