consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 270561
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 773445 | 773445 | 270561 270561 | 592 | 1 | 0.193199511319355 |
| 773446 | 773446 | 270561 270561 | 17045 | 7 | 0.24129897744531 |
| 773447 | 773447 | 270561 270561 | 37741 | 3 | 0.153342553754043 |
| 773448 | 773448 | 270561 270561 | 37744 | 3 | 0.386399022638711 |
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)
);