consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 86865
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 255988 | 255988 | 86865 86865 | 15906 | 1 | 0.130806182794295 |
| 255989 | 255989 | 86865 86865 | 19788 | 2 | 0.277481816624919 |
| 255990 | 255990 | 86865 86865 | 200408 | 1 | 0.0981046370957211 |
| 255991 | 255991 | 86865 86865 | 283170 | 3 | 0.311462808257412 |
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)
);