consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 127179
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 373155 | 373155 | 127179 127179 | 59869 | 5 | 0.437275703049686 |
| 373156 | 373156 | 127179 127179 | 161543 | 1 | 0.145758567683229 |
| 373157 | 373157 | 127179 127179 | 207844 | 1 | 0.218637851524843 |
| 373158 | 373158 | 127179 127179 | 211851 | 2 | 0.154600307437274 |
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)
);