consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 262495
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 746211 | 746211 | 262495 262495 | 3191 | 1 | 0.186880533210851 |
| 746212 | 746212 | 262495 262495 | 3193 | 8 | 0.514110613651787 |
| 746213 | 746213 | 262495 262495 | 43845 | 1 | 0.140160399908138 |
| 746214 | 746214 | 262495 262495 | 157575 | 1 | 0.112128319926511 |
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)
);