consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 115885
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 343250 | 343250 | 115885 115885 | 3187 | 1 | 0.127405853478825 |
| 343251 | 343251 | 115885 115885 | 13069 | 4 | 0.382217560436475 |
| 343252 | 343252 | 115885 115885 | 149295 | 2 | 0.191108780218238 |
| 343253 | 343253 | 115885 115885 | 166880 | 1 | 0.127405853478825 |
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)
);