consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 15696
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 50561 | 50561 | 15696 15696 | 9401 | 4 | 0.217330851741308 |
| 50562 | 50562 | 15696 15696 | 113284 | 4 | 0.340141164834515 |
| 50563 | 50563 | 15696 15696 | 128140 | 4 | 0.23353719853881 |
| 50564 | 50564 | 15696 15696 | 229725 | 1 | 0.10112457333163 |
| 50565 | 50565 | 15696 15696 | 266667 | 1 | 0.0808996586653037 |
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)
);