consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 16908
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 54200 | 54200 | 16908 16908 | 16839 | 3 | 0.113144531999227 |
| 54201 | 54201 | 16908 16908 | 19160 | 9 | 0.533781277518483 |
| 54202 | 54202 | 16908 16908 | 263265 | 1 | 0.224174089195105 |
| 54203 | 54203 | 16908 16908 | 287375 | 1 | 0.0840652834481643 |
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)
);