consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 16576
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 53255 | 53255 | 16576 16576 | 16675 | 6 | 0.283932196972349 |
| 53256 | 53256 | 16576 16576 | 66768 | 1 | 0.170492334054203 |
| 53257 | 53257 | 16576 16576 | 140166 | 1 | 0.340984668108405 |
| 53258 | 53258 | 16576 16576 | 235103 | 1 | 0.170492334054203 |
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)
);