consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 239260
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 667631 | 667631 | 239260 239260 | 25637 | 8 | 0.344827586206897 |
| 667632 | 667632 | 239260 239260 | 110414 | 3 | 0.344827586206897 |
| 667633 | 667633 | 239260 239260 | 124280 | 2 | 0.172413793103448 |
| 667634 | 667634 | 239260 239260 | 178275 | 1 | 0.114942528735632 |
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)
);