consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 11044
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 36878 | 36878 | 11044 11044 | 15897 | 2 | 0.31274201531409 |
| 36879 | 36879 | 11044 11044 | 27346 | 5 | 0.385030584972172 |
| 36880 | 36880 | 11044 11044 | 159202 | 1 | 0.14742799986036 |
| 36881 | 36881 | 11044 11044 | 275798 | 1 | 0.11057099989527 |
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)
);