consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 68491
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 192698 | 192698 | 68491 68491 | 26092 | 5 | 0.177063147791805 |
| 192699 | 192699 | 68491 68491 | 96352 | 2 | 0.274774662204233 |
| 192700 | 192700 | 68491 68491 | 140259 | 8 | 0.274774662204233 |
| 192701 | 192701 | 68491 68491 | 228978 | 2 | 0.0686936655510583 |
| 192702 | 192702 | 68491 68491 | 259815 | 5 | 0.11438226316545 |
| 192703 | 192703 | 68491 68491 | 328632 | 2 | 0.0793206125950513 |
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)
);