consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 273259
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 518824 | 518824 | 207434 207434 | 273259 | 1 | 0.0421513528716446 |
| 675546 | 675546 | 241501 241501 | 273259 | 1 | 0.042033811400316 |
| 750117 | 750117 | 263699 263699 | 273259 | 1 | 0.0421513528716446 |
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)
);