consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 201252
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 502892 | 502892 | 201252 201252 | 5841 | 1 | 0.299740566997092 |
| 502893 | 502893 | 201252 201252 | 6063 | 1 | 0.299740566997092 |
| 502894 | 502894 | 201252 201252 | 135541 | 3 | 0.207828501507686 |
| 502895 | 502895 | 201252 201252 | 142021 | 1 | 0.149870283498546 |
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)
);