consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 37676
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 310300 | 310300 | 104783 104783 | 37676 | 1 | 0.153310104529617 |
| 350085 | 350085 | 118286 118286 | 37676 | 4 | 0.321986691815701 |
| 562376 | 562376 | 221105 221105 | 37676 | 4 | 0.321986691815701 |
| 1661106 | 1661106 | 503483 503483 | 37676 | 1 | 0.153846153846154 |
| 1678340 | 1678340 | 509701 509701 | 37676 | 6 | 0.319046120695328 |
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)
);