consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 106430
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 315581 | 315581 | 106430 106430 | 12981 | 2 | 0.29174777653713 |
| 315582 | 315582 | 106430 106430 | 217525 | 4 | 0.186410229997582 |
| 315583 | 315583 | 106430 106430 | 225204 | 2 | 0.29174777653713 |
| 315584 | 315584 | 106430 106430 | 256360 | 2 | 0.145873888268565 |
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)
);