consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 324223
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 915254 | 915254 | 324223 324223 | 20075 | 4 | 0.289908855299968 |
| 915255 | 915255 | 324223 324223 | 55292 | 1 | 0.095385377646273 |
| 915256 | 915256 | 324223 324223 | 63170 | 2 | 0.190770755292546 |
| 915257 | 915257 | 324223 324223 | 129994 | 1 | 0.381541510585092 |
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)
);