consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 192481
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 104664 | 104664 | 36824 36824 | 192481 | 2 | 0.0959340942114556 |
| 425900 | 425900 | 153661 153661 | 192481 | 1 | 0.0501147567047883 |
| 1611386 | 1611386 | 486409 486409 | 192481 | 3 | 0.136240631438025 |
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)
);