consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 100949
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 298747 | 298747 | 100949 100949 | 864 | 3 | 0.279534896888832 |
| 298748 | 298748 | 100949 100949 | 110450 | 2 | 0.117397300256811 |
| 298749 | 298749 | 100949 100949 | 133505 | 6 | 0.313767312935788 |
| 298750 | 298750 | 100949 100949 | 150083 | 1 | 0.176095950385216 |
| 298751 | 298751 | 100949 100949 | 220639 | 1 | 0.0880479751926081 |
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)
);