consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 68457
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 192567 | 192567 | 68457 68457 | 72002 | 4 | 0.227716697465206 |
| 192568 | 192568 | 68457 68457 | 112688 | 1 | 0.299692027849323 |
| 192569 | 192569 | 68457 68457 | 148419 | 1 | 0.149846013924661 |
| 192570 | 192570 | 68457 68457 | 229559 | 6 | 0.299692027849323 |
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)
);