consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inventory_id = 256866
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 727496 | 727496 | 256866 256866 | 7447 | 1 | 0.215670863895879 |
| 727497 | 727497 | 256866 256866 | 74949 | 3 | 0.171178078113604 |
| 727498 | 727498 | 256866 256866 | 102709 | 3 | 0.171178078113604 |
| 727499 | 727499 | 256866 256866 | 140181 | 7 | 0.184344972834188 |
| 727500 | 727500 | 256866 256866 | 170572 | 1 | 0.0539177159739698 |
| 727501 | 727501 | 256866 256866 | 170735 | 1 | 0.0431341727791758 |
| 727502 | 727502 | 256866 256866 | 181586 | 2 | 0.0880472614883572 |
| 727503 | 727503 | 256866 256866 | 201028 | 2 | 0.0622588156633225 |
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)
);