consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 103680
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 306765 | 306765 | 103680 103680 | 7205 | 1 | 0.294155619144822 |
| 306766 | 306766 | 103680 103680 | 181723 | 4 | 0.294155619144822 |
| 306767 | 306767 | 103680 103680 | 200748 | 1 | 0.147077809572411 |
| 306768 | 306768 | 103680 103680 | 251275 | 1 | 0.0980518730482739 |
| 306769 | 306769 | 103680 103680 | 296788 | 1 | 0.0735389047862054 |
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)
);