consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 305146
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 879092 | 879092 | 305146 305146 | 20541 | 1 | 0.104672412622893 |
| 879093 | 879093 | 305146 305146 | 57986 | 1 | 0.15700861893434 |
| 879094 | 879094 | 305146 305146 | 59330 | 6 | 0.465898819226821 |
| 879095 | 879095 | 305146 305146 | 138447 | 1 | 0.0897192108196228 |
| 879096 | 879096 | 305146 305146 | 140826 | 1 | 0.125606895147472 |
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)
);