consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 113224
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 335900 | 335900 | 113224 113224 | 7913 | 2 | 0.111659235042425 |
| 335901 | 335901 | 113224 113224 | 21645 | 1 | 0.128932978818503 |
| 335902 | 335902 | 113224 113224 | 94219 | 2 | 0.273508150923435 |
| 335903 | 335903 | 113224 113224 | 107692 | 2 | 0.273508150923435 |
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)
);