consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 267281
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 762013 | 762013 | 267281 267281 | 8363 | 3 | 0.38843927505167 |
| 762014 | 762014 | 267281 267281 | 106048 | 3 | 0.244701409621752 |
| 762015 | 762015 | 267281 267281 | 123102 | 1 | 0.194219637525835 |
| 762016 | 762016 | 267281 267281 | 232459 | 1 | 0.129479758350557 |
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)
);