consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 32952
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 343989 | 343989 | 116167 116167 | 32952 | 3 | 0.381130467197237 |
| 791816 | 791816 | 276443 276443 | 32952 | 4 | 0.274566750030841 |
| 791821 | 791821 | 276444 276444 | 32952 | 3 | 0.396160452732068 |
| 942277 | 942277 | 337280 337280 | 32952 | 2 | 0.378215755093999 |
| 1752984 | 1752984 | 537056 537056 | 32952 | 2 | 0.378215755093999 |
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)
);