consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 260466
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 739084 | 739084 | 260466 260466 | 757 | 5 | 0.298246196397937 |
| 739085 | 739085 | 260466 260466 | 97337 | 7 | 0.316974380471954 |
| 739086 | 739086 | 260466 260466 | 117393 | 1 | 0.226028350389533 |
| 739087 | 739087 | 260466 260466 | 277695 | 2 | 0.130497528941884 |
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)
);