consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 345295
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 959552 | 959552 | 345295 345295 | 19764 | 2 | 0.169282569382929 |
| 959553 | 959553 | 345295 345295 | 130184 | 1 | 0.378527332546054 |
| 959554 | 959554 | 345295 345295 | 223502 | 1 | 0.126175777515351 |
| 959555 | 959555 | 345295 345295 | 225471 | 4 | 0.225073698543384 |
| 959556 | 959556 | 345295 345295 | 294947 | 1 | 0.0630878887576757 |
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)
);