consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 519689
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1701980 | 1701980 | 519689 519689 | 68596 | 2 | 0.408887498389545 |
| 1701981 | 1701981 | 519689 519689 | 104044 | 7 | 0.349497161652997 |
| 1701982 | 1701982 | 519689 519689 | 150866 | 1 | 0.204443749194772 |
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)
);