consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 273738
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 783011 | 783011 | 273738 273738 | 3148 | 2 | 0.145034765865824 |
| 783012 | 783012 | 273738 273738 | 90216 | 2 | 0.307665199354583 |
| 783013 | 783013 | 273738 273738 | 139439 | 3 | 0.345342509861057 |
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)
);