consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 206958
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 734180 | 734180 | 258996 258996 | 206958 | 1 | 0.0420747010957541 |
| 734448 | 734448 | 259107 259107 | 206958 | 2 | 0.0404403162364669 |
| 914981 | 914981 | 324008 324008 | 206958 | 1 | 0.0281794392624449 |
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)
);