consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 116167
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 343989 | 343989 | 116167 116167 | 32952 | 3 | 0.381130467197237 |
| 343990 | 343990 | 116167 116167 | 118013 | 2 | 0.269499937871963 |
| 343991 | 343991 | 116167 116167 | 166499 | 1 | 0.0952826167993092 |
| 343992 | 343992 | 116167 116167 | 226788 | 1 | 0.127043489065746 |
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)
);