consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 22632
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 68013 | 68013 | 22632 22632 | 87744 | 1 | 0.0686138728426695 |
| 68014 | 68014 | 22632 22632 | 115974 | 1 | 0.274455491370678 |
| 68015 | 68015 | 22632 22632 | 145998 | 2 | 0.274455491370678 |
| 68016 | 68016 | 22632 22632 | 181240 | 2 | 0.137227745685339 |
| 68017 | 68017 | 22632 22632 | 263997 | 2 | 0.158456951823432 |
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)
);