consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 269452
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 76649 | 76649 | 27477 27477 | 269452 | 1 | 0.0471649793888758 |
| 159187 | 159187 | 57300 57300 | 269452 | 1 | 0.0483651572450055 |
| 508011 | 508011 | 203219 203219 | 269452 | 1 | 0.0483651572450055 |
| 720568 | 720568 | 254742 254742 | 269452 | 1 | 0.0471649793888758 |
| 826362 | 826362 | 286814 286814 | 269452 | 1 | 0.046619732174711 |
| 915973 | 915973 | 324676 324676 | 269452 | 1 | 0.0483651572450055 |
| 1758291 | 1758291 | 539280 539280 | 269452 | 1 | 0.0483651572450055 |
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)
);