consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 68903
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 193954 | 193954 | 68903 68903 | 4655 | 9 | 0.303293416562154 |
| 193955 | 193955 | 68903 68903 | 16085 | 2 | 0.151646708281077 |
| 193956 | 193956 | 68903 68903 | 46790 | 1 | 0.101097805520718 |
| 193957 | 193957 | 68903 68903 | 124018 | 3 | 0.303293416562154 |
| 193958 | 193958 | 68903 68903 | 269541 | 2 | 0.123819018820444 |
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)
);