consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 101097
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 303691 | 303691 | 102707 102707 | 101097 | 2 | 0.194906236591455 |
| 591349 | 591349 | 230704 230704 | 101097 | 2 | 0.194906236591455 |
| 677733 | 677733 | 242141 242141 | 101097 | 2 | 0.12662365893499 |
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)
);