consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 68916
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 193997 | 193997 | 68916 68916 | 23046 | 5 | 0.276871327064097 |
| 193998 | 193998 | 68916 68916 | 115158 | 9 | 0.366826291367582 |
| 193999 | 193999 | 68916 68916 | 123991 | 1 | 0.198097154236652 |
| 194000 | 194000 | 68916 68916 | 171679 | 3 | 0.137352895306759 |
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)
);