consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 201455
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 506759 | 506759 | 202666 202666 | 201455 | 4 | 0.365901273043109 |
| 550908 | 550908 | 217722 217722 | 201455 | 1 | 0.131736793971036 |
| 922815 | 922815 | 327566 327566 | 201455 | 2 | 0.361783611861164 |
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)
);