consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 103679
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 306761 | 306761 | 103679 103679 | 7197 | 1 | 0.303641148570065 |
| 306762 | 306762 | 103679 103679 | 109718 | 3 | 0.210533013717831 |
| 306763 | 306763 | 103679 103679 | 151149 | 1 | 0.151820574285033 |
| 306764 | 306764 | 103679 103679 | 151686 | 4 | 0.303641148570065 |
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)
);