consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 76411
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 220714 | 220714 | 76411 76411 | 1872 | 8 | 0.457573178806603 |
| 220715 | 220715 | 76411 76411 | 16460 | 1 | 0.131232295450015 |
| 220716 | 220716 | 76411 76411 | 44942 | 1 | 0.104985836360012 |
| 220717 | 220717 | 76411 76411 | 57263 | 1 | 0.262464590900031 |
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)
);