consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 255333
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 722416 | 722416 | 255333 255333 | 63970 | 1 | 0.428202593957622 |
| 722417 | 722417 | 255333 255333 | 66193 | 6 | 0.381485142061213 |
| 722418 | 722418 | 255333 255333 | 145804 | 1 | 0.142734197985874 |
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)
);