consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 255958
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 724314 | 724314 | 255958 255958 | 69398 | 6 | 0.368506443422025 |
| 724315 | 724315 | 255958 255958 | 150502 | 1 | 0.206817248649344 |
| 724316 | 724316 | 255958 255958 | 166960 | 1 | 0.103408624324672 |
| 724317 | 724317 | 255958 255958 | 267239 | 3 | 0.286798142162402 |
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)
);