consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 41924
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 120447 | 120447 | 41924 41924 | 19835 | 8 | 0.49803438019686 |
| 120448 | 120448 | 41924 41924 | 138439 | 1 | 0.181036780912608 |
| 120449 | 120449 | 41924 41924 | 289299 | 1 | 0.271555171368912 |
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)
);