consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 100783
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 298229 | 298229 | 100783 100783 | 12878 | 4 | 0.27529313404957 |
| 298230 | 298230 | 100783 100783 | 124733 | 1 | 0.0718095065168383 |
| 298231 | 298231 | 100783 100783 | 133054 | 7 | 0.342357885067203 |
| 298232 | 298232 | 100783 100783 | 135266 | 1 | 0.107714259775257 |
| 298233 | 298233 | 100783 100783 | 228616 | 2 | 0.175896649647317 |
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)
);