consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 225192
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 574794 | 574794 | 225192 225192 | 17092 | 2 | 0.339612331977836 |
| 574795 | 574795 | 225192 225192 | 34123 | 2 | 0.339612331977836 |
| 574796 | 574796 | 225192 225192 | 126796 | 4 | 0.10739484905312 |
| 574797 | 574797 | 225192 225192 | 229475 | 5 | 0.125692959930085 |
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)
);