consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 297389
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 859857 | 859857 | 297389 297389 | 91533 | 3 | 0.20530994717863 |
| 859858 | 859858 | 297389 297389 | 106244 | 6 | 0.351075071288921 |
| 859859 | 859859 | 297389 297389 | 138278 | 2 | 0.101346643457213 |
| 859860 | 859860 | 297389 297389 | 199990 | 2 | 0.143325797678181 |
| 859861 | 859861 | 297389 297389 | 332379 | 1 | 0.17553753564446 |
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)
);