consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 224179
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 572001 | 572001 | 224179 224179 | 22065 | 14 | 0.595796506372921 |
| 572002 | 572002 | 224179 224179 | 98344 | 2 | 0.180821289210685 |
| 572003 | 572003 | 224179 224179 | 200063 | 2 | 0.180821289210685 |
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)
);