consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 328297
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 924409 | 924409 | 328297 328297 | 1073 | 1 | 0.208816705336427 |
| 924410 | 924410 | 328297 328297 | 54003 | 4 | 0.417633410672854 |
| 924411 | 924411 | 328297 328297 | 176824 | 1 | 0.0835266821345708 |
| 924412 | 924412 | 328297 328297 | 208893 | 1 | 0.139211136890951 |
| 924413 | 924413 | 328297 328297 | 332557 | 1 | 0.104408352668213 |
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)
);