consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 256620
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 726578 | 726578 | 256620 256620 | 73459 | 3 | 0.319400891157584 |
| 726579 | 726579 | 256620 256620 | 73985 | 4 | 0.319400891157584 |
| 726580 | 726580 | 256620 256620 | 192468 | 2 | 0.0798502227893961 |
| 726581 | 726581 | 256620 256620 | 211461 | 3 | 0.121874249730771 |
| 726582 | 726582 | 256620 256620 | 226126 | 3 | 0.139511189467315 |
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)
);