consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 497492
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1643798 | 1643798 | 497492 497492 | 29734 | 2 | 0.46240204615721 |
| 1643799 | 1643799 | 497492 497492 | 125853 | 10 | 0.350435220874395 |
| 1643800 | 1643800 | 497492 497492 | 260451 | 1 | 0.154134015385737 |
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)
);