consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 91641
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 270253 | 270253 | 91641 91641 | 31857 | 16 | 0.261683036912682 |
| 270254 | 270254 | 91641 91641 | 35682 | 2 | 0.113728748392974 |
| 270255 | 270255 | 91641 91641 | 43082 | 2 | 0.0928591342160532 |
| 270256 | 270256 | 91641 91641 | 114864 | 1 | 0.508610424805322 |
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)
);