consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 30837
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 85870 | 85870 | 30837 30837 | 69289 | 2 | 0.43773052689101 |
| 85871 | 85871 | 30837 30837 | 120905 | 8 | 0.349895154830273 |
| 85872 | 85872 | 30837 30837 | 252012 | 2 | 0.178702739287101 |
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)
);