consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 267680
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 763457 | 763457 | 267680 267680 | 10176 | 3 | 0.369514773477213 |
| 763458 | 763458 | 267680 267680 | 111453 | 5 | 0.373723913042383 |
| 763459 | 763459 | 267680 267680 | 228752 | 1 | 0.116389860337769 |
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)
);