consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 256691
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 726871 | 726871 | 256691 256691 | 74296 | 1 | 0.241520218223458 |
| 726872 | 726872 | 256691 256691 | 105136 | 1 | 0.241520218223458 |
| 726873 | 726873 | 256691 256691 | 315988 | 2 | 0.241520218223458 |
| 726874 | 726874 | 256691 256691 | 321692 | 1 | 0.0805067394078192 |
| 726875 | 726875 | 256691 256691 | 335089 | 4 | 0.170780584099462 |
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)
);