consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 152143
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 183413 | 183413 | 65547 65547 | 152143 | 3 | 0.256847471768925 |
| 259318 | 259318 | 87809 87809 | 152143 | 4 | 0.265185867876734 |
| 687686 | 687686 | 245258 245258 | 152143 | 3 | 0.256847471768925 |
| 900765 | 900765 | 316980 316980 | 152143 | 2 | 0.263572887761584 |
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)
);