consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inventory_id = 38169
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 108937 | 108937 | 38169 38169 | 163208 | 1 | 0.0633985280163736 |
| 108938 | 108938 | 38169 38169 | 169337 | 1 | 0.105664213360623 |
| 108939 | 108939 | 38169 38169 | 187990 | 1 | 0.158496320040934 |
| 108940 | 108940 | 38169 38169 | 193068 | 2 | 0.316992640081868 |
| 108941 | 108941 | 38169 38169 | 217311 | 1 | 0.0528321066803113 |
| 108942 | 108942 | 38169 38169 | 243310 | 1 | 0.0452846628688383 |
| 108943 | 108943 | 38169 38169 | 255510 | 1 | 0.0792481600204669 |
| 108944 | 108944 | 38169 38169 | 320850 | 1 | 0.0396240800102335 |
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)
);