consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 115321
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 341715 | 341715 | 115321 115321 | 26517 | 1 | 0.12992324622142 |
| 341716 | 341716 | 115321 115321 | 126867 | 1 | 0.259846492442839 |
| 341717 | 341717 | 115321 115321 | 147645 | 3 | 0.18016749513571 |
| 341718 | 341718 | 115321 115321 | 253623 | 2 | 0.0918696084369354 |
| 341719 | 341719 | 115321 115321 | 263826 | 2 | 0.259846492442839 |
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)
);