consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 3894
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 252689 | 252689 | 85852 85852 | 3894 | 4 | 0.362355486805164 |
| 716998 | 716998 | 253599 253599 | 3894 | 4 | 0.194389042681845 |
| 1627538 | 1627538 | 491603 491603 | 3894 | 1 | 0.102104895243922 |
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)
);