consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inventory_id = 100487
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 297087 | 297087 | 100487 100487 | 74948 | 2 | 0.272243401966932 |
| 297088 | 297088 | 100487 100487 | 123842 | 6 | 0.272243401966932 |
| 297089 | 297089 | 100487 100487 | 127997 | 1 | 0.0544486803933863 |
| 297090 | 297090 | 100487 100487 | 133053 | 1 | 0.136121700983466 |
| 297091 | 297091 | 100487 100487 | 139201 | 1 | 0.0907478006556439 |
| 297092 | 297092 | 100487 100487 | 231077 | 2 | 0.0785899007053537 |
| 297093 | 297093 | 100487 100487 | 248508 | 2 | 0.0785899007053537 |
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)
);