consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 213512
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 538271 | 538271 | 213512 213512 | 76082 | 2 | 0.238746215032145 |
| 538272 | 538272 | 213512 213512 | 110240 | 1 | 0.20676028727522 |
| 538273 | 538273 | 213512 213512 | 114866 | 6 | 0.41352057455044 |
| 538274 | 538274 | 213512 213512 | 139008 | 1 | 0.10338014363761 |
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)
);