consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 55406
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 154149 | 154149 | 55406 55406 | 18931 | 2 | 0.327586206896552 |
| 154150 | 154150 | 55406 55406 | 26461 | 15 | 0.327586206896552 |
| 154151 | 154151 | 55406 55406 | 281972 | 1 | 0.327586206896552 |
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)
);