consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 40512
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 116156 | 116156 | 40512 40512 | 14911 | 1 | 0.109019200370877 |
| 116157 | 116157 | 40512 40512 | 15433 | 6 | 0.291375197589298 |
| 116158 | 116158 | 40512 40512 | 15470 | 1 | 0.0817644002781579 |
| 116159 | 116159 | 40512 40512 | 121120 | 2 | 0.327057601112632 |
| 116160 | 116160 | 40512 40512 | 223516 | 1 | 0.163528800556316 |
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)
);