consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 126607
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 371730 | 371730 | 126607 126607 | 58229 | 4 | 0.371003857232815 |
| 371731 | 371731 | 126607 126607 | 143216 | 6 | 0.275224156779651 |
| 371732 | 371732 | 126607 126607 | 143217 | 1 | 0.0742007714465631 |
| 371733 | 371733 | 126607 126607 | 184549 | 2 | 0.131169671647845 |
| 371734 | 371734 | 126607 126607 | 232971 | 1 | 0.123667952410938 |
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)
);