consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 127257
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 373350 | 373350 | 127257 127257 | 60182 | 5 | 0.437275703049686 |
| 373351 | 373351 | 127257 127257 | 134179 | 1 | 0.218637851524843 |
| 373352 | 373352 | 127257 127257 | 146313 | 1 | 0.145758567683229 |
| 373353 | 373353 | 127257 127257 | 280470 | 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)
);