consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 256418
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 725781 | 725781 | 256418 256418 | 24661 | 2 | 0.224669603524229 |
| 725782 | 725782 | 256418 256418 | 45407 | 1 | 0.149779735682819 |
| 725783 | 725783 | 256418 256418 | 73163 | 12 | 0.449339207048458 |
| 725784 | 725784 | 256418 256418 | 232198 | 1 | 0.149779735682819 |
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)
);