consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 220305
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 560082 | 560082 | 220305 220305 | 42627 | 2 | 0.213084186945239 |
| 560083 | 560083 | 220305 220305 | 129081 | 4 | 0.336915682056036 |
| 560084 | 560084 | 220305 220305 | 314178 | 1 | 0.238235363469914 |
| 560085 | 560085 | 220305 220305 | 332706 | 1 | 0.158823575646609 |
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)
);