consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inchi_id = 118621
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 76642 | 76642 | 27477 27477 | 118621 | 1 | 0.235824896944379 |
| 159180 | 159180 | 57300 57300 | 118621 | 1 | 0.241825786225027 |
| 420084 | 420084 | 151004 151004 | 118621 | 1 | 0.297965672868055 |
| 508004 | 508004 | 203219 203219 | 118621 | 1 | 0.241825786225027 |
| 720561 | 720561 | 254742 254742 | 118621 | 1 | 0.235824896944379 |
| 826355 | 826355 | 286814 286814 | 118621 | 2 | 0.233098660873555 |
| 915966 | 915966 | 324676 324676 | 118621 | 1 | 0.241825786225027 |
| 1758284 | 1758284 | 539280 539280 | 118621 | 1 | 0.241825786225027 |
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)
);