consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 162280
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 452150 | 452150 | 162280 162280 | 21969 | 2 | 0.265918158981921 |
| 452151 | 452151 | 162280 162280 | 37230 | 2 | 0.376065066913518 |
| 452152 | 452152 | 162280 162280 | 112959 | 4 | 0.316231766669726 |
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)
);