consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 166564
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 463629 | 463629 | 166564 166564 | 6098 | 3 | 0.315030330511178 |
| 463630 | 463630 | 166564 166564 | 6134 | 1 | 0.132304448255458 |
| 463631 | 463631 | 166564 166564 | 108001 | 4 | 0.333763008780404 |
| 463632 | 463632 | 166564 166564 | 201483 | 1 | 0.0992283361915932 |
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)
);