consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 273405
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 781905 | 781905 | 273405 273405 | 26283 | 4 | 0.506024096385542 |
| 781906 | 781906 | 273405 273405 | 143777 | 1 | 0.253012048192771 |
| 781907 | 781907 | 273405 273405 | 216807 | 1 | 0.168674698795181 |
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)
);