consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 273828
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 783279 | 783279 | 273828 273828 | 109096 | 4 | 0.373341713832489 |
| 783280 | 783280 | 273828 273828 | 260933 | 1 | 0.26399245755076 |
| 783281 | 783281 | 273828 273828 | 282748 | 1 | 0.175994971700507 |
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)
);