consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 55795
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 42549 | 42549 | 12937 12937 | 55795 | 3 | 0.293593114283355 |
| 287805 | 287805 | 97474 97474 | 55795 | 2 | 0.256472042163527 |
| 1648509 | 1648509 | 499177 499177 | 55795 | 3 | 0.293593114283355 |
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)
);