consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 15421
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 49782 | 49782 | 15421 15421 | 6982 | 6 | 0.294521201062819 |
| 49783 | 49783 | 15421 15421 | 259392 | 3 | 0.397016391692063 |
| 49784 | 49784 | 15421 15421 | 292640 | 1 | 0.100041861809228 |
| 49785 | 49785 | 15421 15421 | 332615 | 1 | 0.166736436348713 |
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)
);