consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 242011
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 677428 | 677428 | 242011 242011 | 6233 | 11 | 0.396727674902352 |
| 677429 | 677429 | 242011 242011 | 20209 | 1 | 0.0793455349804705 |
| 677430 | 677430 | 242011 242011 | 136696 | 2 | 0.161963395058589 |
| 677431 | 677431 | 242011 242011 | 187711 | 1 | 0.0991819187255881 |
| 677432 | 677432 | 242011 242011 | 224228 | 2 | 0.161963395058589 |
| 677433 | 677433 | 242011 242011 | 267292 | 2 | 0.0809816975292943 |
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)
);