consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 195870
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 181290 | 181290 | 64766 64766 | 195870 | 1 | 0.0492054399017833 |
| 686003 | 686003 | 244637 244637 | 195870 | 1 | 0.0500495778519943 |
| 769818 | 769818 | 269287 269287 | 195870 | 1 | 0.0492054399017833 |
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)
);