consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 262055
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 76646 | 76646 | 27477 27477 | 262055 | 1 | 0.0294781121180474 |
| 159184 | 159184 | 57300 57300 | 262055 | 1 | 0.0302282232781284 |
| 508008 | 508008 | 203219 203219 | 262055 | 1 | 0.0302282232781284 |
| 720565 | 720565 | 254742 254742 | 262055 | 1 | 0.0294781121180474 |
| 826359 | 826359 | 286814 286814 | 262055 | 1 | 0.0291373326091944 |
| 915970 | 915970 | 324676 324676 | 262055 | 1 | 0.0302282232781284 |
| 1758288 | 1758288 | 539280 539280 | 262055 | 1 | 0.0302282232781284 |
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)
);