consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 287690
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 829323 | 829323 | 287690 287690 | 19922 | 1 | 0.104595287567243 |
| 829324 | 829324 | 287690 287690 | 65010 | 3 | 0.31378586270173 |
| 829325 | 829325 | 287690 287690 | 187221 | 1 | 0.31378586270173 |
| 829326 | 829326 | 287690 287690 | 187224 | 1 | 0.156892931350865 |
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)
);