consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 255599
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 723100 | 723100 | 255599 255599 | 45316 | 2 | 0.237792222025053 |
| 723101 | 723101 | 255599 255599 | 56979 | 2 | 0.118896111012527 |
| 723102 | 723102 | 255599 255599 | 65440 | 1 | 0.0951168888100213 |
| 723103 | 723103 | 255599 255599 | 67507 | 15 | 0.368989045611779 |
| 723104 | 723104 | 255599 255599 | 248548 | 1 | 0.0792640740083511 |
| 723105 | 723105 | 255599 255599 | 276429 | 1 | 0.0792640740083511 |
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)
);