consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 266315
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 309415 | 309415 | 104525 104525 | 266315 | 1 | 0.027855377138578 |
| 527022 | 527022 | 209599 209599 | 266315 | 1 | 0.0324769888450438 |
| 582558 | 582558 | 227770 227770 | 266315 | 1 | 0.027855377138578 |
| 739334 | 739334 | 260534 260534 | 266315 | 1 | 0.0324769888450438 |
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)
);