consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 117077
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 346708 | 346708 | 117077 117077 | 34980 | 8 | 0.478260869565217 |
| 346709 | 346709 | 117077 117077 | 182485 | 1 | 0.239130434782609 |
| 346710 | 346710 | 117077 117077 | 267287 | 1 | 0.239130434782609 |
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)
);