consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 111282
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 330109 | 330109 | 111282 111282 | 11961 | 1 | 0.157517899761337 |
| 330110 | 330110 | 111282 111282 | 23266 | 5 | 0.315035799522673 |
| 330111 | 330111 | 111282 111282 | 131199 | 2 | 0.315035799522673 |
| 330112 | 330112 | 111282 111282 | 158751 | 1 | 0.105011933174224 |
| 330113 | 330113 | 111282 111282 | 284815 | 1 | 0.0787589498806683 |
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)
);