consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 260146
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 737862 | 737862 | 260146 260146 | 354 | 1 | 0.268309877974422 |
| 737863 | 737863 | 260146 260146 | 117436 | 2 | 0.134154938987211 |
| 737864 | 737864 | 260146 260146 | 135266 | 2 | 0.268309877974422 |
| 737865 | 737865 | 260146 260146 | 201007 | 3 | 0.212957691275028 |
| 737866 | 737866 | 260146 260146 | 290139 | 1 | 0.089436625991474 |
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)
);