consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 100434
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 296923 | 296923 | 100434 100434 | 74650 | 5 | 0.315035799522673 |
| 296924 | 296924 | 100434 100434 | 130162 | 2 | 0.315035799522673 |
| 296925 | 296925 | 100434 100434 | 168330 | 1 | 0.157517899761337 |
| 296926 | 296926 | 100434 100434 | 176155 | 1 | 0.0787589498806683 |
| 296927 | 296927 | 100434 100434 | 265019 | 1 | 0.105011933174224 |
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)
);