consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 334592
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 550622 | 550622 | 217649 217649 | 334592 | 2 | 0.0182411919290913 |
| 880725 | 880725 | 305937 305937 | 334592 | 1 | 0.033328924745404 |
| 1715625 | 1715625 | 525536 525536 | 334592 | 1 | 0.0334284008755057 |
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)
);