consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 266316
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 758656 | 758656 | 266316 266316 | 5914 | 1 | 0.27537973998892 |
| 758657 | 758657 | 266316 266316 | 8285 | 5 | 0.27537973998892 |
| 758658 | 758658 | 266316 266316 | 150866 | 1 | 0.13768986999446 |
| 758659 | 758659 | 266316 266316 | 190170 | 2 | 0.194722881547553 |
| 758660 | 758660 | 266316 266316 | 190175 | 1 | 0.0917932466629732 |
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)
);