consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 68740
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 193266 | 193266 | 68740 68740 | 29658 | 14 | 0.439464377715086 |
| 193267 | 193267 | 68740 68740 | 177017 | 2 | 0.15866794878092 |
| 193268 | 193268 | 68740 68740 | 218314 | 1 | 0.145421577130389 |
| 193269 | 193269 | 68740 68740 | 276010 | 1 | 0.121184647608657 |
| 193270 | 193270 | 68740 68740 | 292611 | 3 | 0.102211090326223 |
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)
);