consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 127143
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 373052 | 373052 | 127143 127143 | 59699 | 1 | 0.12580700004053 |
| 373053 | 373053 | 127143 127143 | 108231 | 1 | 0.188710500060795 |
| 373054 | 373054 | 127143 127143 | 125280 | 5 | 0.37742100012159 |
| 373055 | 373055 | 127143 127143 | 154233 | 1 | 0.188710500060795 |
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)
);