consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 47994
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 135425 | 135425 | 47994 47994 | 4484 | 5 | 0.375072327402355 |
| 135426 | 135426 | 47994 47994 | 107296 | 10 | 0.430844965491995 |
| 135427 | 135427 | 47994 47994 | 248553 | 1 | 0.164970301039803 |
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)
);