consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 39353
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 112575 | 112575 | 39353 39353 | 231 | 10 | 0.504575593936323 |
| 112576 | 112576 | 39353 39353 | 25330 | 1 | 0.144901288681577 |
| 112577 | 112577 | 39353 39353 | 115382 | 1 | 0.115921030945261 |
| 112578 | 112578 | 39353 39353 | 216237 | 1 | 0.193201718242102 |
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)
);