consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 54229
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 151332 | 151332 | 54229 54229 | 55100 | 3 | 0.24664841430089 |
| 151333 | 151333 | 54229 54229 | 115588 | 2 | 0.310757529100883 |
| 151334 | 151334 | 54229 54229 | 229446 | 4 | 0.310757529100883 |
| 151335 | 151335 | 54229 54229 | 229721 | 1 | 0.103585843033628 |
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)
);