consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 282683
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 812753 | 812753 | 282683 282683 | 11974 | 1 | 0.390775823654201 |
| 812754 | 812754 | 282683 282683 | 27260 | 2 | 0.22561452697955 |
| 812755 | 812755 | 282683 282683 | 119552 | 5 | 0.340190113404671 |
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)
);