consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 68603
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 192963 | 192963 | 68603 68603 | 72 | 12 | 0.417391304347826 |
| 192964 | 192964 | 68603 68603 | 43848 | 1 | 0.139130434782609 |
| 192965 | 192965 | 68603 68603 | 196461 | 1 | 0.208695652173913 |
| 192966 | 192966 | 68603 68603 | 246923 | 1 | 0.208695652173913 |
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)
);