consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 306440
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 881783 | 881783 | 306440 306440 | 131339 | 4 | 0.407770816808064 |
| 881784 | 881784 | 306440 306440 | 232609 | 1 | 0.268328287620752 |
| 881785 | 881785 | 306440 306440 | 259246 | 1 | 0.134164143810376 |
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)
);