consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 83249
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 244621 | 244621 | 83249 83249 | 20541 | 1 | 0.0668385087475102 |
| 244622 | 244622 | 83249 83249 | 57986 | 1 | 0.100257763121265 |
| 244623 | 244623 | 83249 83249 | 59330 | 9 | 0.269311874013826 |
| 244624 | 244624 | 83249 83249 | 91113 | 2 | 0.401031052485061 |
| 244625 | 244625 | 83249 83249 | 138447 | 1 | 0.0572901503550087 |
| 244626 | 244626 | 83249 83249 | 140826 | 1 | 0.0802062104970122 |
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)
);