consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 245231
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 687637 | 687637 | 245231 245231 | 15752 | 9 | 0.38961038961039 |
| 687638 | 687638 | 245231 245231 | 115858 | 3 | 0.38961038961039 |
| 687639 | 687639 | 245231 245231 | 235722 | 2 | 0.194805194805195 |
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)
);