consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 115328
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 341739 | 341739 | 115328 115328 | 1231 | 1 | 0.0657636713363449 |
| 341740 | 341740 | 115328 115328 | 14899 | 1 | 0.109606118893908 |
| 341741 | 341741 | 115328 115328 | 46467 | 1 | 0.328818356681724 |
| 341742 | 341742 | 115328 115328 | 139549 | 1 | 0.0822045891704311 |
| 341743 | 341743 | 115328 115328 | 181070 | 3 | 0.260983302651512 |
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)
);