consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 255116
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 721858 | 721858 | 255116 255116 | 127594 | 2 | 0.289037420366334 |
| 721859 | 721859 | 255116 255116 | 141893 | 1 | 0.144518710183167 |
| 721860 | 721860 | 255116 255116 | 150832 | 3 | 0.289037420366334 |
| 721861 | 721861 | 255116 255116 | 151071 | 2 | 0.117999032744641 |
| 721862 | 721862 | 255116 255116 | 279107 | 1 | 0.0722593550915834 |
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)
);