consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 501936
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1656511 | 1656511 | 501936 501936 | 3820 | 2 | 0.356729398032406 |
| 1656512 | 1656512 | 501936 501936 | 95467 | 3 | 0.224725438848677 |
| 1656513 | 1656513 | 501936 501936 | 114311 | 3 | 0.283136310852312 |
| 1656514 | 1656514 | 501936 501936 | 270079 | 2 | 0.102978906990931 |
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)
);