consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 74357
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 162948 | 162948 | 58363 58363 | 74357 | 33 | 0.182612616136247 |
| 726959 | 726959 | 256717 256717 | 74357 | 8 | 0.261430487000831 |
| 943261 | 943261 | 337778 337778 | 74357 | 4 | 0.274770089137239 |
| 1761224 | 1761224 | 540773 540773 | 74357 | 4 | 0.274770089137239 |
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)
);