consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 110656
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 328267 | 328267 | 110656 110656 | 21835 | 1 | 0.317477459805825 |
| 328268 | 328268 | 110656 110656 | 101950 | 5 | 0.317477459805825 |
| 328269 | 328269 | 110656 110656 | 218874 | 2 | 0.129609630226538 |
| 328270 | 328270 | 110656 110656 | 220886 | 2 | 0.129609630226538 |
| 328271 | 328271 | 110656 110656 | 270965 | 1 | 0.0793693649514562 |
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)
);