consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 123808
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 28203 | 28203 | 8172 8172 | 123808 | 4 | 0.0955301226032347 |
| 235744 | 235744 | 80385 80385 | 123808 | 5 | 0.127283362864921 |
| 558698 | 558698 | 219881 219881 | 123808 | 5 | 0.127283362864921 |
| 1624026 | 1624026 | 490399 490399 | 123808 | 4 | 0.103127889737435 |
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)
);