consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 403289
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1213464 | 1213464 | 403289 403289 | 2568 | 1 | 0.115921030945261 |
| 1213465 | 1213465 | 403289 403289 | 6319 | 10 | 0.504575593936323 |
| 1213466 | 1213466 | 403289 403289 | 45575 | 1 | 0.144901288681577 |
| 1213467 | 1213467 | 403289 403289 | 225017 | 1 | 0.193201718242102 |
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)
);