consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 129866
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 379830 | 379830 | 129866 129866 | 62313 | 1 | 0.157363827604542 |
| 379831 | 379831 | 129866 129866 | 64684 | 2 | 0.181708096456384 |
| 379832 | 379832 | 129866 129866 | 108453 | 2 | 0.314727655209083 |
| 379833 | 379833 | 129866 129866 | 145304 | 4 | 0.314727655209083 |
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)
);