consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 256044
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 724551 | 724551 | 256044 256044 | 70265 | 2 | 0.166155432640117 |
| 724552 | 724552 | 256044 256044 | 103236 | 5 | 0.323439866173698 |
| 724553 | 724553 | 256044 256044 | 252024 | 2 | 0.262714806376726 |
| 724554 | 724554 | 256044 256044 | 280574 | 1 | 0.0928837105535471 |
| 724555 | 724555 | 256044 256044 | 326610 | 1 | 0.123844947404729 |
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)
);