consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 199459
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 870808 | 870808 | 300429 300429 | 199459 | 1 | 0.11084851905452 |
| 870822 | 870822 | 300436 300436 | 199459 | 1 | 0.106127605842844 |
| 1759878 | 1759878 | 540201 540201 | 199459 | 1 | 0.104801066092155 |
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)
);