consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 102124
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 301672 | 301672 | 102124 102124 | 1274 | 1 | 0.199611956930102 |
| 301673 | 301673 | 102124 102124 | 1447 | 4 | 0.237379959420894 |
| 301674 | 301674 | 102124 102124 | 99655 | 6 | 0.399223913860203 |
| 301675 | 301675 | 102124 102124 | 281921 | 1 | 0.133074637953401 |
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)
);