consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 280551
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 805111 | 805111 | 280551 280551 | 46345 | 1 | 0.186669369717163 |
| 805112 | 805112 | 280551 280551 | 46346 | 3 | 0.258858624138644 |
| 805113 | 805113 | 280551 280551 | 104117 | 6 | 0.373338739434325 |
| 805114 | 805114 | 280551 280551 | 272765 | 2 | 0.152414902137997 |
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)
);