consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 55194
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 153534 | 153534 | 55194 55194 | 3285 | 1 | 0.15605749486653 |
| 153535 | 153535 | 55194 55194 | 3286 | 15 | 0.468172484599589 |
| 153536 | 153536 | 55194 55194 | 161925 | 1 | 0.234086242299795 |
| 153537 | 153537 | 55194 55194 | 185188 | 1 | 0.117043121149897 |
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)
);