consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 294459
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 851131 | 851131 | 294459 294459 | 79627 | 5 | 0.430689385188141 |
| 851132 | 851132 | 294459 294459 | 102859 | 1 | 0.268261546246426 |
| 851133 | 851133 | 294459 294459 | 161121 | 1 | 0.134130773123213 |
| 851134 | 851134 | 294459 294459 | 208512 | 1 | 0.10730461849857 |
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)
);