consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 255638
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 723226 | 723226 | 255638 255638 | 67767 | 9 | 0.326086956521739 |
| 723227 | 723227 | 255638 255638 | 110505 | 3 | 0.326086956521739 |
| 723228 | 723228 | 255638 255638 | 111956 | 1 | 0.16304347826087 |
| 723229 | 723229 | 255638 255638 | 130260 | 1 | 0.16304347826087 |
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)
);