consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 106421
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 315558 | 315558 | 106421 106421 | 12429 | 2 | 0.20328576521261 |
| 315559 | 315559 | 106421 106421 | 12942 | 6 | 0.497946396742118 |
| 315560 | 315560 | 106421 106421 | 144793 | 1 | 0.248973198371059 |
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)
);