consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 80409
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 235837 | 235837 | 80409 80409 | 40396 | 4 | 0.197213272965946 |
| 235838 | 235838 | 80409 80409 | 45242 | 7 | 0.289522844683846 |
| 235839 | 235839 | 80409 80409 | 53513 | 4 | 0.483071889270784 |
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)
);