consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 170879
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 190423 | 190423 | 67867 67867 | 170879 | 1 | 0.0975637798341139 |
| 761719 | 761719 | 267189 267189 | 170879 | 1 | 0.109578580264101 |
| 1743184 | 1743184 | 533892 533892 | 170879 | 1 | 0.100904399094998 |
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)
);