consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inventory_id = 265944
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 757150 | 757150 | 265944 265944 | 163208 | 1 | 0.0633985280163736 |
| 757151 | 757151 | 265944 265944 | 169337 | 1 | 0.105664213360623 |
| 757152 | 757152 | 265944 265944 | 187990 | 1 | 0.158496320040934 |
| 757153 | 757153 | 265944 265944 | 193068 | 2 | 0.316992640081868 |
| 757154 | 757154 | 265944 265944 | 217311 | 1 | 0.0528321066803113 |
| 757155 | 757155 | 265944 265944 | 243310 | 1 | 0.0452846628688383 |
| 757156 | 757156 | 265944 265944 | 255510 | 1 | 0.0792481600204669 |
| 757157 | 757157 | 265944 265944 | 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)
);