consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 60215
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 168796 | 168796 | 60215 60215 | 29769 | 18 | 0.407875829160526 |
| 168797 | 168797 | 60215 60215 | 168020 | 1 | 0.203937914580263 |
| 168798 | 168798 | 60215 60215 | 231558 | 1 | 0.203937914580263 |
| 168799 | 168799 | 60215 60215 | 248921 | 2 | 0.166514609976316 |
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)
);