consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 141320
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 404309 | 404309 | 141320 141320 | 82555 | 2 | 0.213469897377193 |
| 404310 | 404310 | 141320 141320 | 135155 | 7 | 0.354657205859911 |
| 404311 | 404311 | 141320 141320 | 250199 | 2 | 0.238666600842653 |
| 404312 | 404312 | 141320 141320 | 332862 | 2 | 0.159111067228436 |
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)
);