consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 261530
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 53621 | 53621 | 16693 16693 | 261530 | 3 | 0.160156509532599 |
| 322620 | 322620 | 108683 108683 | 261530 | 3 | 0.165975660396679 |
| 471349 | 471349 | 170758 170758 | 261530 | 2 | 0.263742179180233 |
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)
);