consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 223141
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 568887 | 568887 | 223141 223141 | 33059 | 6 | 0.340905536144485 |
| 568888 | 568888 | 223141 223141 | 142948 | 3 | 0.429514061014135 |
| 568889 | 568889 | 223141 223141 | 166477 | 1 | 0.180384602232513 |
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)
);