consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inchi_id = 848
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 11204 | 11204 | 3417 3417 | 848 | 3 | 0.190131196293683 |
| 87299 | 87299 | 31252 31252 | 848 | 4 | 0.210331469560971 |
| 202794 | 202794 | 71899 71899 | 848 | 3 | 0.191092437309841 |
| 509739 | 509739 | 204153 204153 | 848 | 5 | 0.19933625407796 |
| 958121 | 958121 | 344625 344625 | 848 | 3 | 0.190131196293683 |
| 1763958 | 1763958 | 542317 542317 | 848 | 3 | 0.190131196293683 |
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)
);