consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 268457
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 766727 | 766727 | 268457 268457 | 3698 | 1 | 0.183311445849727 |
| 766728 | 766728 | 268457 268457 | 11425 | 2 | 0.22450975317183 |
| 766729 | 766729 | 268457 268457 | 114898 | 8 | 0.412392575241211 |
| 766730 | 766730 | 268457 268457 | 248323 | 1 | 0.137483584387295 |
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)
);