consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 229654
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 587989 | 587989 | 229654 229654 | 3821 | 2 | 0.341323090092745 |
| 587990 | 587990 | 229654 229654 | 133728 | 3 | 0.27090831613713 |
| 587991 | 587991 | 229654 229654 | 206636 | 5 | 0.273994230405878 |
| 587992 | 587992 | 229654 229654 | 232782 | 1 | 0.0853307725231861 |
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)
);