consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 68570
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 192905 | 192905 | 68570 68570 | 101901 | 2 | 0.387096774193548 |
| 192906 | 192906 | 68570 68570 | 237980 | 1 | 0.0967741935483871 |
| 192907 | 192907 | 68570 68570 | 256988 | 1 | 0.193548387096774 |
| 192908 | 192908 | 68570 68570 | 331428 | 1 | 0.129032258064516 |
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)
);