consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 140934
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 104663 | 104663 | 36824 36824 | 140934 | 1 | 0.04486906403122 |
| 425899 | 425899 | 153661 153661 | 140934 | 1 | 0.0438504121166898 |
| 1611384 | 1611384 | 486409 486409 | 140934 | 1 | 0.0410449129908382 |
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)
);