consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 264302
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 353196 | 353196 | 119470 119470 | 264302 | 3 | 0.0745370182451491 |
| 961400 | 961400 | 346052 346052 | 264302 | 2 | 0.100369039716559 |
| 1754690 | 1754690 | 537707 537707 | 264302 | 2 | 0.100369039716559 |
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)
);