consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 6084
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 20672 | 20672 | 6084 6084 | 32258 | 7 | 0.467086884269527 |
| 20673 | 20673 | 6084 6084 | 213312 | 1 | 0.333070697331545 |
| 20674 | 20674 | 6084 6084 | 231250 | 1 | 0.133228278932618 |
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)
);