consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 256448
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 725889 | 725889 | 256448 256448 | 51395 | 1 | 0.283551628718063 |
| 725890 | 725890 | 256448 256448 | 73401 | 3 | 0.196603718632154 |
| 725891 | 725891 | 256448 256448 | 161057 | 1 | 0.0708879071795158 |
| 725892 | 725892 | 256448 256448 | 187359 | 4 | 0.283551628718063 |
| 725893 | 725893 | 256448 256448 | 192902 | 2 | 0.141775814359032 |
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)
);