consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 58270
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 162714 | 162714 | 58270 58270 | 240 | 2 | 0.303202299210938 |
| 162715 | 162715 | 58270 58270 | 9273 | 1 | 0.142930934562271 |
| 162716 | 162716 | 58270 58270 | 16786 | 14 | 0.388367789365214 |
| 162717 | 162717 | 58270 58270 | 267279 | 1 | 0.142930934562271 |
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)
);