consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 296023
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 171472 | 171472 | 61184 61184 | 296023 | 1 | 0.0768259689419316 |
| 694901 | 694901 | 247845 247845 | 296023 | 1 | 0.0776921072048653 |
| 784199 | 784199 | 274119 274119 | 296023 | 1 | 0.0775916362428457 |
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)
);