consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 250575
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 703676 | 703676 | 250575 250575 | 3135 | 1 | 0.217353016838152 |
| 703677 | 703677 | 250575 250575 | 42628 | 12 | 0.434706033676305 |
| 703678 | 703678 | 250575 250575 | 204885 | 1 | 0.144902011225435 |
| 703679 | 703679 | 250575 250575 | 247773 | 2 | 0.177467995102678 |
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)
);