consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 245518
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 688517 | 688517 | 245518 245518 | 13096 | 1 | 0.1099699297241 |
| 688518 | 688518 | 245518 245518 | 16926 | 2 | 0.329909789172301 |
| 688519 | 688519 | 245518 245518 | 140231 | 4 | 0.329909789172301 |
| 688520 | 688520 | 245518 245518 | 150400 | 4 | 0.138709979536048 |
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)
);