consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 192009
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 102 | 102 | 29 29 | 192009 | 1 | 0.035277369679314 |
| 375162 | 375162 | 128016 128016 | 192009 | 1 | 0.0185769491749075 |
| 724680 | 724680 | 256079 256079 | 192009 | 2 | 0.0302398196425738 |
| 1760478 | 1760478 | 540440 540440 | 192009 | 1 | 0.0359733182789748 |
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)
);