consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 320946
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 908915 | 908915 | 320946 320946 | 27089 | 1 | 0.110603713930096 |
| 908916 | 908916 | 320946 320946 | 38180 | 2 | 0.180615108523663 |
| 908917 | 908917 | 320946 320946 | 133521 | 4 | 0.295860645540549 |
| 908918 | 908918 | 320946 320946 | 314050 | 1 | 0.147471618573461 |
| 908919 | 908919 | 320946 320946 | 315609 | 1 | 0.221207427860192 |
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)
);