consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 103432
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 306065 | 306065 | 103432 103432 | 6481 | 2 | 0.419316100482947 |
| 306066 | 306066 | 103432 103432 | 110401 | 1 | 0.209658050241473 |
| 306067 | 306067 | 103432 103432 | 216068 | 4 | 0.318611336715212 |
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)
);