consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 88184
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 260352 | 260352 | 88184 88184 | 17634 | 4 | 0.345815145512066 |
| 260353 | 260353 | 88184 88184 | 35690 | 4 | 0.312479258363333 |
| 260354 | 260354 | 88184 88184 | 181650 | 2 | 0.145397358100769 |
| 260355 | 260355 | 88184 88184 | 210127 | 1 | 0.0822491663037301 |
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)
);