consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 112880
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 334873 | 334873 | 112880 112880 | 25971 | 1 | 0.113820782340707 |
| 334874 | 334874 | 112880 112880 | 26793 | 7 | 0.36176679299624 |
| 334875 | 334875 | 112880 112880 | 44275 | 2 | 0.185868559239412 |
| 334876 | 334876 | 112880 112880 | 49156 | 1 | 0.0758805215604712 |
| 334877 | 334877 | 112880 112880 | 218007 | 1 | 0.227641564681414 |
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)
);