consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 68238
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 192040 | 192040 | 68238 68238 | 11974 | 1 | 0.113479146584204 |
| 192041 | 192041 | 68238 68238 | 27260 | 4 | 0.220372767708002 |
| 192042 | 192042 | 68238 68238 | 118204 | 1 | 0.151305528778939 |
| 192043 | 192043 | 68238 68238 | 119552 | 11 | 0.400168893012185 |
| 192044 | 192044 | 68238 68238 | 147603 | 1 | 0.0907833172673635 |
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)
);