consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 260255
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 738322 | 738322 | 260255 260255 | 439 | 2 | 0.231325159841512 |
| 738323 | 738323 | 260255 260255 | 111150 | 5 | 0.402760496409188 |
| 738324 | 738324 | 260255 260255 | 224968 | 1 | 0.154216773227674 |
| 738325 | 738325 | 260255 260255 | 290153 | 1 | 0.0925300639366047 |
| 738326 | 738326 | 260255 260255 | 329464 | 1 | 0.0771083866138372 |
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)
);