consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 95261
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 280887 | 280887 | 95261 95261 | 44556 | 3 | 0.294986413420454 |
| 280888 | 280888 | 95261 95261 | 44557 | 4 | 0.357754358038128 |
| 280889 | 280889 | 95261 95261 | 142311 | 1 | 0.212722014001086 |
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)
);