consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 54622
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 211463 | 211463 | 74070 74070 | 54622 | 1 | 0.105920695274307 |
| 368431 | 368431 | 125318 125318 | 54622 | 7 | 0.517241379310345 |
| 423435 | 423435 | 153211 153211 | 54622 | 1 | 0.105920695274307 |
| 716558 | 716558 | 253463 253463 | 54622 | 1 | 0.0764986488839302 |
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)
);