consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inchi_id = 62526
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 76641 | 76641 | 27477 27477 | 62526 | 5 | 0.132292478275533 |
| 159179 | 159179 | 57300 57300 | 62526 | 3 | 0.116257712090766 |
| 420083 | 420083 | 151004 151004 | 62526 | 1 | 0.148982836434027 |
| 508003 | 508003 | 203219 203219 | 62526 | 3 | 0.116257712090766 |
| 720560 | 720560 | 254742 254742 | 62526 | 5 | 0.132292478275533 |
| 826354 | 826354 | 286814 286814 | 62526 | 5 | 0.150207381966131 |
| 915965 | 915965 | 324676 324676 | 62526 | 3 | 0.116257712090766 |
| 1758283 | 1758283 | 539280 539280 | 62526 | 3 | 0.116257712090766 |
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)
);