consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 68081
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 293390 | 293390 | 99341 99341 | 68081 | 8 | 0.521739130434783 |
| 319006 | 319006 | 107491 107491 | 68081 | 1 | 0.259842519685039 |
| 873258 | 873258 | 301603 301603 | 68081 | 1 | 0.253012048192771 |
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)
);