consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 279795
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 802281 | 802281 | 279795 279795 | 44251 | 3 | 0.336 |
| 802282 | 802282 | 279795 279795 | 99167 | 1 | 0.336 |
| 802283 | 802283 | 279795 279795 | 197627 | 1 | 0.112 |
| 802284 | 802284 | 279795 279795 | 197840 | 1 | 0.168 |
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)
);