consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 266168
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 758025 | 758025 | 266168 266168 | 785 | 3 | 0.253581826859603 |
| 758026 | 758026 | 266168 266168 | 121805 | 4 | 0.36572828082603 |
| 758027 | 758027 | 266168 266168 | 277926 | 1 | 0.182864140413015 |
| 758028 | 758028 | 266168 266168 | 281157 | 1 | 0.0914320702065075 |
| 758029 | 758029 | 266168 266168 | 296362 | 1 | 0.073145656165206 |
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)
);