consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 302908
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 875658 | 875658 | 302908 302908 | 43278 | 5 | 0.430689385188141 |
| 875659 | 875659 | 302908 302908 | 141709 | 1 | 0.134130773123213 |
| 875660 | 875660 | 302908 302908 | 157015 | 1 | 0.10730461849857 |
| 875661 | 875661 | 302908 302908 | 168268 | 1 | 0.268261546246426 |
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)
);