consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inventory_id = 265945
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 757158 | 757158 | 265945 265945 | 163208 | 1 | 0.0642602238629048 |
| 757159 | 757159 | 265945 265945 | 169337 | 2 | 0.107100373104841 |
| 757160 | 757160 | 265945 265945 | 187990 | 3 | 0.160650559657262 |
| 757161 | 757161 | 265945 265945 | 193068 | 4 | 0.321301119314524 |
| 757162 | 757162 | 265945 265945 | 217311 | 1 | 0.0535501865524207 |
| 757163 | 757163 | 265945 265945 | 243310 | 2 | 0.0607202041194945 |
| 757164 | 757164 | 265945 265945 | 255510 | 2 | 0.0718451144034047 |
| 757165 | 757165 | 265945 265945 | 320850 | 1 | 0.0401626399143155 |
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)
);