consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 115888
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 343259 | 343259 | 115888 115888 | 32340 | 6 | 0.459038113197679 |
| 343260 | 343260 | 115888 115888 | 48699 | 2 | 0.162294481332578 |
| 343261 | 343261 | 115888 115888 | 51343 | 1 | 0.153012704399226 |
| 343262 | 343262 | 115888 115888 | 200947 | 2 | 0.18740152497071 |
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)
);