consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 130949
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 382518 | 382518 | 130949 130949 | 40133 | 1 | 0.102977210653381 |
| 382519 | 382519 | 130949 130949 | 65954 | 1 | 0.308931631960143 |
| 382520 | 382520 | 130949 130949 | 179775 | 3 | 0.245199198779892 |
| 382521 | 382521 | 130949 130949 | 189353 | 3 | 0.245199198779892 |
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)
);