consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 115390
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 341900 | 341900 | 115390 115390 | 11122 | 1 | 0.189362370784507 |
| 341901 | 341901 | 115390 115390 | 31245 | 5 | 0.378724741569014 |
| 341902 | 341902 | 115390 115390 | 131289 | 2 | 0.267798832966573 |
| 341903 | 341903 | 115390 115390 | 201079 | 1 | 0.126241580523005 |
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)
);