consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 116754
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 345651 | 345651 | 116754 116754 | 28424 | 2 | 0.357954798774534 |
| 345652 | 345652 | 116754 116754 | 34269 | 7 | 0.32420813198692 |
| 345653 | 345653 | 116754 116754 | 143369 | 2 | 0.14613443466304 |
| 345654 | 345654 | 116754 116754 | 190015 | 2 | 0.14613443466304 |
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)
);