consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 529029
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1727519 | 1727519 | 529029 529029 | 34553 | 1 | 0.0979052446692306 |
| 1727520 | 1727520 | 529029 529029 | 62798 | 9 | 0.445705691718818 |
| 1727521 | 1727521 | 529029 529029 | 75277 | 1 | 0.293715734007692 |
| 1727522 | 1727522 | 529029 529029 | 264278 | 1 | 0.117486293603077 |
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)
);