consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 100688
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 297919 | 297919 | 100688 100688 | 8163 | 2 | 0.100080699116518 |
| 297920 | 297920 | 100688 100688 | 75665 | 9 | 0.358879112883698 |
| 297921 | 297921 | 100688 100688 | 188299 | 1 | 0.129203626985023 |
| 297922 | 297922 | 100688 100688 | 200988 | 1 | 0.193805440477535 |
| 297923 | 297923 | 100688 100688 | 201197 | 1 | 0.0969027202387673 |
| 297924 | 297924 | 100688 100688 | 201264 | 1 | 0.0969027202387673 |
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)
);