consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 115
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 670 | 670 | 115 115 | 50835 | 2 | 0.270432647249802 |
| 671 | 671 | 115 115 | 63045 | 1 | 0.0936806170124019 |
| 672 | 672 | 115 115 | 101861 | 4 | 0.393878475122424 |
| 673 | 673 | 115 115 | 190587 | 1 | 0.0780671808436682 |
| 674 | 674 | 115 115 | 258541 | 1 | 0.117100771265502 |
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)
);