consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 268472
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 766793 | 766793 | 268472 268472 | 11615 | 8 | 0.412385596063677 |
| 766794 | 766794 | 268472 268472 | 75172 | 2 | 0.206192798031839 |
| 766795 | 766795 | 268472 268472 | 183082 | 2 | 0.168355714604917 |
| 766796 | 766796 | 268472 268472 | 238892 | 1 | 0.103096399015919 |
| 766797 | 766797 | 268472 268472 | 321818 | 1 | 0.0824771192127355 |
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)
);