consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 160255
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 447220 | 447220 | 160255 160255 | 19054 | 6 | 0.308300395256917 |
| 447221 | 447221 | 160255 160255 | 93213 | 2 | 0.308300395256917 |
| 447222 | 447222 | 160255 160255 | 220509 | 1 | 0.102766798418972 |
| 447223 | 447223 | 160255 160255 | 266346 | 2 | 0.154150197628458 |
| 447224 | 447224 | 160255 160255 | 298124 | 1 | 0.102766798418972 |
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)
);