consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 25838
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 448986 | 448986 | 160983 160983 | 25838 | 5 | 0.461538461538462 |
| 781530 | 781530 | 273255 273255 | 25838 | 6 | 0.465211247218005 |
| 781533 | 781533 | 273256 273256 | 25838 | 3 | 0.452223123060018 |
| 860469 | 860469 | 297575 297575 | 25838 | 3 | 0.452223123060018 |
| 1732894 | 1732894 | 530742 530742 | 25838 | 3 | 0.452223123060018 |
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)
);