consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 103647
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 306670 | 306670 | 103647 103647 | 6998 | 1 | 0.277777777777778 |
| 306671 | 306671 | 103647 103647 | 91860 | 2 | 0.277777777777778 |
| 306672 | 306672 | 103647 103647 | 151684 | 4 | 0.277777777777778 |
| 306673 | 306673 | 103647 103647 | 295965 | 2 | 0.138888888888889 |
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)
);