consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 296189
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 856222 | 856222 | 296189 296189 | 12811 | 4 | 0.366698783949201 |
| 856223 | 856223 | 296189 296189 | 125003 | 1 | 0.122232927983067 |
| 856224 | 856224 | 296189 296189 | 282420 | 3 | 0.291049017698211 |
| 856225 | 856225 | 296189 296189 | 314446 | 1 | 0.183349391974601 |
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)
);