consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inventory_id = 341901
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 952828 | 952828 | 341901 341901 | 163208 | 1 | 0.0633985280163736 |
| 952829 | 952829 | 341901 341901 | 169337 | 1 | 0.105664213360623 |
| 952830 | 952830 | 341901 341901 | 187990 | 1 | 0.158496320040934 |
| 952831 | 952831 | 341901 341901 | 193068 | 2 | 0.316992640081868 |
| 952832 | 952832 | 341901 341901 | 217311 | 1 | 0.0528321066803113 |
| 952833 | 952833 | 341901 341901 | 243310 | 1 | 0.0452846628688383 |
| 952834 | 952834 | 341901 341901 | 255510 | 1 | 0.0792481600204669 |
| 952835 | 952835 | 341901 341901 | 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)
);