consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 261978
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 744380 | 744380 | 261978 261978 | 2764 | 7 | 0.484382374478809 |
| 744381 | 744381 | 261978 261978 | 276363 | 1 | 0.217310110372916 |
| 744382 | 744382 | 261978 261978 | 277536 | 1 | 0.130386066223749 |
| 744383 | 744383 | 261978 261978 | 294725 | 1 | 0.108655055186458 |
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)
);