consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 41022
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 117502 | 117502 | 41022 41022 | 1891 | 2 | 0.139411355700726 |
| 117503 | 117503 | 41022 41022 | 9870 | 4 | 0.341486685816426 |
| 117504 | 117504 | 41022 41022 | 109121 | 1 | 0.0853716714541065 |
| 117505 | 117505 | 41022 41022 | 185966 | 1 | 0.170743342908213 |
| 117506 | 117506 | 41022 41022 | 192177 | 1 | 0.113828895272142 |
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)
);