consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 307714
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 76650 | 76650 | 27477 27477 | 307714 | 1 | 0.0336892709920541 |
| 159188 | 159188 | 57300 57300 | 307714 | 1 | 0.0345465408892896 |
| 508012 | 508012 | 203219 203219 | 307714 | 1 | 0.0345465408892896 |
| 720569 | 720569 | 254742 254742 | 307714 | 1 | 0.0336892709920541 |
| 826363 | 826363 | 286814 286814 | 307714 | 1 | 0.0332998086962221 |
| 915974 | 915974 | 324676 324676 | 307714 | 1 | 0.0345465408892896 |
| 1758292 | 1758292 | 539280 539280 | 307714 | 1 | 0.0345465408892896 |
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)
);