consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 346416
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 962310 | 962310 | 346416 346416 | 10109 | 1 | 0.214858772112228 |
| 962311 | 962311 | 346416 346416 | 56165 | 1 | 0.322288158168341 |
| 962312 | 962312 | 346416 346416 | 72380 | 6 | 0.391233479015355 |
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)
);