consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 89656
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 264637 | 264637 | 89656 89656 | 23823 | 5 | 0.37742100012159 |
| 264638 | 264638 | 89656 89656 | 50405 | 1 | 0.188710500060795 |
| 264639 | 264639 | 89656 89656 | 162377 | 1 | 0.12580700004053 |
| 264640 | 264640 | 89656 89656 | 258515 | 1 | 0.188710500060795 |
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)
);