consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 243310
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 108942 | 108942 | 38169 38169 | 243310 | 1 | 0.0452846628688383 |
| 226574 | 226574 | 77988 77988 | 243310 | 2 | 0.0609163501365904 |
| 757155 | 757155 | 265944 265944 | 243310 | 1 | 0.0452846628688383 |
| 757163 | 757163 | 265945 265945 | 243310 | 2 | 0.0607202041194945 |
| 952833 | 952833 | 341901 341901 | 243310 | 1 | 0.0452846628688383 |
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)
);