consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 144033
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 238095 | 238095 | 81019 81019 | 144033 | 1 | 0.100592610149342 |
| 961742 | 961742 | 346192 346192 | 144033 | 1 | 0.115304488799568 |
| 1625085 | 1625085 | 490712 490712 | 144033 | 1 | 0.109490692697124 |
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)
);