consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 151675
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 305779 | 305779 | 103336 103336 | 151675 | 4 | 0.315789473684211 |
| 587525 | 587525 | 229519 229519 | 151675 | 2 | 0.31378586270173 |
| 1658781 | 1658781 | 502667 502667 | 151675 | 3 | 0.251938955565086 |
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)
);