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