consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 256885
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 727547 | 727547 | 256885 256885 | 3491 | 6 | 0.394928052572648 |
| 727548 | 727548 | 256885 256885 | 12801 | 5 | 0.131642684190883 |
| 727549 | 727549 | 256885 256885 | 74996 | 10 | 0.279256304054917 |
| 727550 | 727550 | 256885 256885 | 85059 | 1 | 0.0789856105145297 |
| 727551 | 727551 | 256885 256885 | 237685 | 1 | 0.0987320131431621 |
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)
);