consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 173827
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 476881 | 476881 | 173827 173827 | 1528 | 1 | 0.212444723794416 |
| 476882 | 476882 | 173827 173827 | 52808 | 4 | 0.424889447588833 |
| 476883 | 476883 | 173827 173827 | 97925 | 1 | 0.212444723794416 |
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)
);