consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 200011
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 131978 | 131978 | 46851 46851 | 200011 | 1 | 0.0143249798083632 |
| 226072 | 226072 | 77873 77873 | 200011 | 1 | 0.0143074123746452 |
| 433422 | 433422 | 155805 155805 | 200011 | 1 | 0.0143074123746452 |
| 679019 | 679019 | 242743 242743 | 200011 | 1 | 0.0143182180001079 |
| 756345 | 756345 | 265714 265714 | 200011 | 1 | 0.0143074123746452 |
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)
);