consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 258404
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 112993 | 112993 | 39464 39464 | 258404 | 4 | 0.0123790487746036 |
| 386920 | 386920 | 132846 132846 | 258404 | 4 | 0.0123790487746036 |
| 723961 | 723961 | 255853 255853 | 258404 | 4 | 0.0123790487746036 |
| 1760085 | 1760085 | 540276 540276 | 258404 | 2 | 0.014930833295241 |
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)
);