consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 345112
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 959171 | 959171 | 345112 345112 | 1826 | 1 | 0.286630400174424 |
| 959172 | 959172 | 345112 345112 | 109859 | 3 | 0.116222932795526 |
| 959173 | 959173 | 345112 345112 | 235558 | 1 | 0.286630400174424 |
| 959174 | 959174 | 345112 345112 | 243051 | 1 | 0.143315200087212 |
| 959175 | 959175 | 345112 345112 | 297016 | 1 | 0.071657600043606 |
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)
);