consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 206263
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 513829 | 513829 | 206263 206263 | 76381 | 9 | 0.326086956521739 |
| 513830 | 513830 | 206263 206263 | 124101 | 3 | 0.326086956521739 |
| 513831 | 513831 | 206263 206263 | 148197 | 1 | 0.16304347826087 |
| 513832 | 513832 | 206263 206263 | 183710 | 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)
);