consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 256817
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 727299 | 727299 | 256817 256817 | 74126 | 12 | 0.468172484599589 |
| 727300 | 727300 | 256817 256817 | 160873 | 1 | 0.117043121149897 |
| 727301 | 727301 | 256817 256817 | 218793 | 2 | 0.15605749486653 |
| 727302 | 727302 | 256817 256817 | 252099 | 3 | 0.234086242299795 |
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)
);