consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 100725
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 298047 | 298047 | 100725 100725 | 13313 | 1 | 0.136015753057699 |
| 298048 | 298048 | 100725 100725 | 75788 | 4 | 0.288532984005882 |
| 298049 | 298049 | 100725 100725 | 124012 | 1 | 0.136015753057699 |
| 298050 | 298050 | 100725 100725 | 128236 | 6 | 0.408047259173097 |
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)
);