consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 255840
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 723894 | 723894 | 255840 255840 | 68650 | 1 | 0.302620171498351 |
| 723895 | 723895 | 255840 255840 | 130799 | 3 | 0.209825107754305 |
| 723896 | 723896 | 255840 255840 | 321510 | 3 | 0.302620171498351 |
| 723897 | 723897 | 255840 255840 | 331594 | 1 | 0.151310085749176 |
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)
);