consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 253192
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 715537 | 715537 | 253192 253192 | 54033 | 14 | 0.448746959812612 |
| 715538 | 715538 | 253192 253192 | 58697 | 3 | 0.26250144770828 |
| 715539 | 715539 | 253192 253192 | 167691 | 1 | 0.13125072385414 |
| 715540 | 715540 | 253192 253192 | 217967 | 1 | 0.13125072385414 |
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)
);