consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 270353
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 772779 | 772779 | 270353 270353 | 16457 | 2 | 0.334271340633088 |
| 772780 | 772780 | 270353 270353 | 27238 | 1 | 0.167135670316544 |
| 772781 | 772781 | 270353 270353 | 44822 | 2 | 0.136465703364522 |
| 772782 | 772782 | 270353 270353 | 117027 | 6 | 0.334271340633088 |
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)
);