consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 70384
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 197992 | 197992 | 70384 70384 | 98491 | 2 | 0.33630795802236 |
| 197993 | 197993 | 70384 70384 | 129295 | 4 | 0.199969908256113 |
| 197994 | 197994 | 70384 70384 | 246881 | 1 | 0.16815397901118 |
| 197995 | 197995 | 70384 70384 | 321475 | 2 | 0.194167490094823 |
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)
);