consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 145728
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 411906 | 411906 | 145728 145728 | 140348 | 2 | 0.307665199354583 |
| 411907 | 411907 | 145728 145728 | 180034 | 3 | 0.345342509861057 |
| 411908 | 411908 | 145728 145728 | 190040 | 2 | 0.145034765865824 |
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)
);