consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 74089
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 211552 | 211552 | 74089 74089 | 34121 | 2 | 0.242102429690522 |
| 211553 | 211553 | 74089 74089 | 56071 | 10 | 0.388691365031432 |
| 211554 | 211554 | 74089 74089 | 227603 | 1 | 0.0968409718762088 |
| 211555 | 211555 | 74089 74089 | 243558 | 1 | 0.121051214845261 |
| 211556 | 211556 | 74089 74089 | 322638 | 1 | 0.121051214845261 |
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)
);